#660C28

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

Shades of Pohutukawa #660C28

Tints of Pohutukawa #660C28

Color information

#660C28 (or 0x660C28) is unknown color: approx Pohutukawa. HEX triplet: 66, 0C and 28. RGB value is (102,12,40). Sum of RGB (Red+Green+Blue) = 102+12+40=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #660C28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660C28 is #99F3D7. Grayscale: #2A2A2A. Windows color (decimal): -10089432 or 2624614. OLE color: 2624614.

HSL color Cylindrical-coordinate representation of color #660C28: hue angle of 341.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C28 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB1021240-
CMYK00.880.610.6
HSL341.33º78.95%22.35%-
HSV(B)341.33º88.24%40%-
XYZ5.993.242.32-
YUV42.1126.82170.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.23%
GREEN value IS 12 (5.08% from 255) = 7.79%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=66.23%
G=7.79%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102124000.880.610.6341.3378.9522.35
Hex66C280583D3C1554f16
Octal14614500130757452511726
Binary1100110110010100001011000111101111100101010101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,12,40); }

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

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

 a { background-color: rgb(102,12,40); }

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

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

 span { border-color: rgb(102,12,40); }

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