#66172C

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

Shades of Pohutukawa #66172C

Tints of Pohutukawa #66172C

Color information

#66172C (or 0x66172C) is unknown color: approx Pohutukawa. HEX triplet: 66, 17 and 2C. RGB value is (102,23,44). Sum of RGB (Red+Green+Blue) = 102+23+44=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66172C is #99E8D3. Grayscale: #313131. Windows color (decimal): -10086612 or 2889574. OLE color: 2889574.

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

Color convert

RGB1022344-
CMYK00.770.570.6
HSL344.05º63.2%24.51%-
HSV(B)344.05º77.45%40%-
XYZ6.243.622.75-
YUV49.01125.17165.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=60.36%
G=13.61%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102234400.770.570.6344.0563.224.51
Hex66172C04D393C1583f19
Octal1462754011571745307731
Binary1100110101111011000100110111100111110010101100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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