#66071C

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

Shades of Pohutukawa #66071C

Tints of Pohutukawa #66071C

Color information

#66071C (or 0x66071C) is unknown color: approx Pohutukawa. HEX triplet: 66, 07 and 1C. RGB value is (102,7,28). Sum of RGB (Red+Green+Blue) = 102+7+28=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66071C is #99F8E3. Grayscale: #252525. Windows color (decimal): -10090724 or 1836902. OLE color: 1836902.

HSL color Cylindrical-coordinate representation of color #66071C: hue angle of 346.74º 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 #66071C is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB102728-
CMYK00.930.730.6
HSL346.74º87.16%21.37%-
HSV(B)346.74º93.14%40%-
XYZ5.773.061.39-
YUV37.8122.47173.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 74.45%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=74.45%
G=5.11%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10272800.930.730.6346.7487.1621.37
Hex6671C05D493C15b5715
Octal14673401351117453312725
Binary110011011111100010111011001001111100101011011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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