#660C21

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

Shades of Pohutukawa #660C21

Tints of Pohutukawa #660C21

Color information

#660C21 (or 0x660C21) is unknown color: approx Pohutukawa. HEX triplet: 66, 0C and 21. RGB value is (102,12,33). Sum of RGB (Red+Green+Blue) = 102+12+33=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #660C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660C21 is #99F3DE. Grayscale: #292929. Windows color (decimal): -10089439 or 2165862. OLE color: 2165862.

HSL color Cylindrical-coordinate representation of color #660C21: hue angle of 346º 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 #660C21 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB1021233-
CMYK00.880.680.6
HSL346º78.95%22.35%-
HSV(B)346º88.24%40%-
XYZ5.893.21.75-
YUV41.3123.32171.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.39%
GREEN value IS 12 (5.08% from 255) = 8.16%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=69.39%
G=8.16%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102123300.880.680.634678.9522.35
Hex66C21058443C15a4f16
Octal146144101301047453211726
Binary11001101100100001010110001000100111100101011010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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