Html Css Color HEX #64040C Pohutukawa

📋 copy color: '#64040C'

red 100 ◦ green 4 ◦ blue 12

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

Shades of Pohutukawa #64040C

Tints of Pohutukawa #64040C

RGB

 RED value IS 100 (39.45% from 255) = 86.21%

 GREEN value IS 4 (1.95% from 255) = 3.45%

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 86.21%
G = 3.45%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64040C (or 0x64040C) is known color: Pohutukawa. HEX triplet: 64, 04 and 0C. RGB value is (100,4,12). Sum of RGB (Red+Green+Blue) = 100+4+12=116 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.21% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 100 - color contains mainly: red. Hex color #64040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64040C is #9BFBF3. Grayscale: #212121. Windows color (decimal): -10222580 or 787556. OLE color: 787556.

HSL color Cylindrical-coordinate representation of color #64040C: hue angle of 355º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64040C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 4 12 -
CMYK 0 0.96 0.88 0.61
HSL 355º 0.92% 0.2% -
HSV(B) 355º 0.96% 0.39% -
XYZ 5.37 2.82 0.61 -
YUV 33.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 100 4 12 0 0.96 0.88 0.61 355 0.92 0.2
Hex 64 4 C 0 60 58 3D 163 5C 14
Octal 144 4 14 0 140 130 75 543 134 24
Binary 1100100 100 1100 0 1100000 1011000 111101 101100011 1011100 10100

Color Harmonies of #64040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64040C

Black with #64040C

Text Example


Text Example

White with #64040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64040C; }

 p { color: rgb(100,4,12); }

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

background-color css

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

 a { background-color: rgb(100,4,12); }

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

border-color css

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

 span { border-color: rgb(100,4,12); }

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