#64030C

Color #64030C Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #64030C

Tints of Pohutukawa #64030C

Color information

#64030C (or 0x64030C) is unknown color: approx Pohutukawa. HEX triplet: 64, 03 and 0C. RGB value is (100,3,12). Sum of RGB (Red+Green+Blue) = 100+3+12=115 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.96% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 100 - color contains mainly: red. Hex color #64030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64030C is #9BFCF3. Grayscale: #212121. Windows color (decimal): -10222836 or 787300. OLE color: 787300.

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

Color convert

RGB100312-
CMYK00.970.880.61
HSL354.43º94.17%20.2%-
HSV(B)354.43º97%39.22%-
XYZ5.352.80.61-
YUV33.03116.14175.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 86.96%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=86.96%
G=2.61%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10031200.970.880.61354.4394.1720.2
Hex643C061583D1625e14
Octal14431401411307554213624
Binary1100100111100011000011011000111101101100010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64030C;
 }
 .AnyTagClassName
 {
   color: #64030C;
 }
</style>
background-color css

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

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

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

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

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

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