Html Css Color HEX #631223 Pohutukawa

📋 copy color: '#631223'

red 99 ◦ green 18 ◦ blue 35

#631223
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #631223

Tints of Pohutukawa #631223

RGB

 RED value IS 99 (39.06% from 255) = 65.13%

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 35 (14.06% from 255) = 23.03%

R = 65.13%
G = 11.84%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#631223 (or 0x631223) is known color: Pohutukawa. HEX triplet: 63, 12 and 23. RGB value is (99,18,35). Sum of RGB (Red+Green+Blue) = 99+18+35=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #631223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631223 is #9CEDDC. Grayscale: #2C2C2C. Windows color (decimal): -10284509 or 2298467. OLE color: 2298467.

HSL color Cylindrical-coordinate representation of color #631223: hue angle of 347.41º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631223 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 35 -
CMYK 0 0.82 0.65 0.61
HSL 347.41º 0.69% 0.23% -
HSV(B) 347.41º 0.82% 0.39% -
XYZ 5.67 3.21 1.91 -
YUV 44.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 99 18 35 0 0.82 0.65 0.61 347.41 0.69 0.23
Hex 63 12 23 0 52 41 3D 15B 45 17
Octal 143 22 43 0 122 101 75 533 105 27
Binary 1100011 10010 100011 0 1010010 1000001 111101 101011011 1000101 10111

Color Harmonies of #631223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631223

Black with #631223

Text Example


Text Example

White with #631223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631223; }

 p { color: rgb(99,18,35); }

 H1.HeaderClassName
 {
   color: #631223;
 }
 .AnyTagClassName
 {
   color: #631223;
 }
</style>

background-color css

<style>
 a { background-color: #631223; }

 a { background-color: rgb(99,18,35); }

 div.DivClassName
 {
   background-color: #631223;
 }
 .BgClassName
 {
   background-color: #631223;
 }
</style>

border-color css

<style>
 span { border-color: #631223; }

 span { border-color: rgb(99,18,35); }

 td.TdClassName
 {
   border-color: #631223;
 }
 .TagClassName
 {
   border-color: #631223;
 }
</style>