#66071D

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

Shades of Pohutukawa #66071D

Tints of Pohutukawa #66071D

Color information

#66071D (or 0x66071D) is unknown color: approx Pohutukawa. HEX triplet: 66, 07 and 1D. RGB value is (102,7,29). Sum of RGB (Red+Green+Blue) = 102+7+29=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #66071D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66071D is #99F8E2. Grayscale: #252525. Windows color (decimal): -10090723 or 1902438. OLE color: 1902438.

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

Color convert

RGB102729-
CMYK00.930.720.6
HSL346.11º87.16%21.37%-
HSV(B)346.11º93.14%40%-
XYZ5.783.071.45-
YUV37.91122.97173.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.91%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=73.91%
G=5.07%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10272900.930.720.6346.1187.1621.37
Hex6671D05D483C15a5715
Octal14673501351107453212725
Binary110011011111101010111011001000111100101011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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