#64081C

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

Shades of Pohutukawa #64081C

Tints of Pohutukawa #64081C

Color information

#64081C (or 0x64081C) is unknown color: approx Pohutukawa. HEX triplet: 64, 08 and 1C. RGB value is (100,8,28). Sum of RGB (Red+Green+Blue) = 100+8+28=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #64081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64081C is #9BF7E3. Grayscale: #252525. Windows color (decimal): -10221540 or 1837156. OLE color: 1837156.

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

Color convert

RGB100828-
CMYK00.920.720.61
HSL346.96º85.19%21.18%-
HSV(B)346.96º92%39.22%-
XYZ5.552.971.38-
YUV37.79122.48172.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 73.53%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=73.53%
G=5.88%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10082800.920.720.61346.9685.1921.18
Hex6481C05C483D15b5515
Octal144103401341107553312525
Binary1100100100011100010111001001000111101101011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,8,28); }

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

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

 a { background-color: rgb(100,8,28); }

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

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

 span { border-color: rgb(100,8,28); }

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