#66172A

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

Shades of Pohutukawa #66172A

Tints of Pohutukawa #66172A

Color information

#66172A (or 0x66172A) is unknown color: approx Pohutukawa. HEX triplet: 66, 17 and 2A. RGB value is (102,23,42). Sum of RGB (Red+Green+Blue) = 102+23+42=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66172A is #99E8D5. Grayscale: #303030. Windows color (decimal): -10086614 or 2758502. OLE color: 2758502.

HSL color Cylindrical-coordinate representation of color #66172A: hue angle of 345.57º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66172A is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB1022342-
CMYK00.770.590.6
HSL345.57º63.2%24.51%-
HSV(B)345.57º77.45%40%-
XYZ6.23.62.56-
YUV48.79124.17165.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=61.08%
G=13.77%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102234200.770.590.6345.5763.224.51
Hex66172A04D3B3C15a3f19
Octal1462752011573745327731
Binary1100110101111010100100110111101111110010101101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66172A; }

 p { color: rgb(102,23,42); }

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

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

 a { background-color: rgb(102,23,42); }

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

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

 span { border-color: rgb(102,23,42); }

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