#66071B

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

Shades of Pohutukawa #66071B

Tints of Pohutukawa #66071B

Color information

#66071B (or 0x66071B) is unknown color: approx Pohutukawa. HEX triplet: 66, 07 and 1B. RGB value is (102,7,27). Sum of RGB (Red+Green+Blue) = 102+7+27=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66071B is #99F8E4. Grayscale: #252525. Windows color (decimal): -10090725 or 1771366. OLE color: 1771366.

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

Color convert

RGB102727-
CMYK00.930.740.6
HSL347.37º87.16%21.37%-
HSV(B)347.37º93.14%40%-
XYZ5.753.061.32-
YUV37.68121.97173.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=75%
G=5.15%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10272700.930.740.6347.3787.1621.37
Hex6671B05D4A3C15b5715
Octal14673301351127453312725
Binary110011011111011010111011001010111100101011011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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