#66102C

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

Shades of Pohutukawa #66102C

Tints of Pohutukawa #66102C

Color information

#66102C (or 0x66102C) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 2C. RGB value is (102,16,44). Sum of RGB (Red+Green+Blue) = 102+16+44=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #66102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66102C is #99EFD3. Grayscale: #2C2C2C. Windows color (decimal): -10088404 or 2887782. OLE color: 2887782.

HSL color Cylindrical-coordinate representation of color #66102C: hue angle of 340.47º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66102C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1021644-
CMYK00.840.570.6
HSL340.47º72.88%23.14%-
HSV(B)340.47º84.31%40%-
XYZ6.123.382.71-
YUV44.91127.49168.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=62.96%
G=9.88%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102164400.840.570.6340.4772.8823.14
Hex66102C054393C1544917
Octal14620540124717452411127
Binary11001101000010110001010100111001111100101010100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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