#66051D

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

Shades of Pohutukawa #66051D

Tints of Pohutukawa #66051D

Color information

#66051D (or 0x66051D) is unknown color: approx Pohutukawa. HEX triplet: 66, 05 and 1D. RGB value is (102,5,29). Sum of RGB (Red+Green+Blue) = 102+5+29=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66051D is #99FAE2. Grayscale: #242424. Windows color (decimal): -10091235 or 1901926. OLE color: 1901926.

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

Color convert

RGB102529-
CMYK00.950.720.6
HSL345.15º90.65%20.98%-
HSV(B)345.15º95.1%40%-
XYZ5.763.021.44-
YUV36.74123.64174.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=75%
G=3.68%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10252900.950.720.6345.1590.6520.98
Hex6651D05F483C1595b15
Octal14653501371107453113325
Binary110011010111101010111111001000111100101011001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66051D; }

 p { color: rgb(102,5,29); }

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

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

 a { background-color: rgb(102,5,29); }

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

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

 span { border-color: rgb(102,5,29); }

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