#64030B

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

Shades of Pohutukawa #64030B

Tints of Pohutukawa #64030B

Color information

#64030B (or 0x64030B) is unknown color: approx Pohutukawa. HEX triplet: 64, 03 and 0B. RGB value is (100,3,11). Sum of RGB (Red+Green+Blue) = 100+3+11=114 (15% of max value = 765). Red value is 100 (39.45% from 255 or 87.72% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 100 - color contains mainly: red. Hex color #64030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64030B is #9BFCF4. Grayscale: #202020. Windows color (decimal): -10222837 or 721764. OLE color: 721764.

HSL color Cylindrical-coordinate representation of color #64030B: hue angle of 355.05º 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 #64030B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB100311-
CMYK00.970.890.61
HSL355.05º94.17%20.2%-
HSV(B)355.05º97%39.22%-
XYZ5.352.80.57-
YUV32.92115.64175.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 87.72%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=87.72%
G=2.63%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10031100.970.890.61355.0594.1720.2
Hex643B061593D1635e14
Octal14431301411317554313624
Binary1100100111011011000011011001111101101100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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