#660C2B

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

Shades of Pohutukawa #660C2B

Tints of Pohutukawa #660C2B

Color information

#660C2B (or 0x660C2B) is unknown color: approx Pohutukawa. HEX triplet: 66, 0C and 2B. RGB value is (102,12,43). Sum of RGB (Red+Green+Blue) = 102+12+43=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #660C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660C2B is #99F3D4. Grayscale: #2A2A2A. Windows color (decimal): -10089429 or 2821222. OLE color: 2821222.

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

Color convert

RGB1021243-
CMYK00.880.580.6
HSL339.33º78.95%22.35%-
HSV(B)339.33º88.24%40%-
XYZ6.053.262.6-
YUV42.44128.32170.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 12 (5.08% from 255) = 7.64%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=64.97%
G=7.64%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102124300.880.580.6339.3378.9522.35
Hex66C2B0583A3C1534f16
Octal14614530130727452311726
Binary1100110110010101101011000111010111100101010011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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