#660E29

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

Shades of Pohutukawa #660E29

Tints of Pohutukawa #660E29

Color information

#660E29 (or 0x660E29) is unknown color: approx Pohutukawa. HEX triplet: 66, 0E and 29. RGB value is (102,14,41). Sum of RGB (Red+Green+Blue) = 102+14+41=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #660E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660E29 is #99F1D6. Grayscale: #2B2B2B. Windows color (decimal): -10088919 or 2690662. OLE color: 2690662.

HSL color Cylindrical-coordinate representation of color #660E29: hue angle of 341.59º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #660E29 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB1021441-
CMYK00.860.600.6
HSL341.59º75.86%22.75%-
HSV(B)341.59º86.27%40%-
XYZ6.043.32.42-
YUV43.39126.65169.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 14 (5.86% from 255) = 8.92%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=64.97%
G=8.92%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102144100.860.600.6341.5975.8622.75
Hex66E290563C3C1564c17
Octal14616510126747452611427
Binary1100110111010100101010110111100111100101010110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660E29; }

 p { color: rgb(102,14,41); }

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

<style>
 a { background-color: #660E29; }

 a { background-color: rgb(102,14,41); }

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

<style>
 span { border-color: #660E29; }

 span { border-color: rgb(102,14,41); }

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