#660408

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

Shades of Pohutukawa #660408

Tints of Pohutukawa #660408

Color information

#660408 (or 0x660408) is unknown color: approx Pohutukawa. HEX triplet: 66, 04 and 08. RGB value is (102,4,8). Sum of RGB (Red+Green+Blue) = 102+4+8=114 (15% of max value = 765). Red value is 102 (40.23% from 255 or 89.47% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 102 - color contains mainly: red. Hex color #660408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660408 is #99FBF7. Grayscale: #212121. Windows color (decimal): -10091512 or 525414. OLE color: 525414.

HSL color Cylindrical-coordinate representation of color #660408: hue angle of 357.55º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660408 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB10248-
CMYK00.960.920.6
HSL357.55º92.45%20.78%-
HSV(B)357.55º96.08%40%-
XYZ5.572.930.5-
YUV33.76113.47176.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 89.47%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=89.47%
G=3.51%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1024800.960.920.6357.5592.4520.78
Hex66480605C3C1665c15
Octal14641001401347454613425
Binary11001101001000011000001011100111100101100110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660408; }

 p { color: rgb(102,4,8); }

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

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

 a { background-color: rgb(102,4,8); }

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

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

 span { border-color: rgb(102,4,8); }

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