#660A2A

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

Shades of Pohutukawa #660A2A

Tints of Pohutukawa #660A2A

Color information

#660A2A (or 0x660A2A) is unknown color: approx Pohutukawa. HEX triplet: 66, 0A and 2A. RGB value is (102,10,42). Sum of RGB (Red+Green+Blue) = 102+10+42=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #660A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A2A is #99F5D5. Grayscale: #292929. Windows color (decimal): -10089942 or 2755174. OLE color: 2755174.

HSL color Cylindrical-coordinate representation of color #660A2A: hue angle of 339.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A2A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB1021042-
CMYK00.900.590.6
HSL339.13º82.14%21.96%-
HSV(B)339.13º90.2%40%-
XYZ6.013.212.49-
YUV41.16128.48171.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.23%
GREEN value IS 10 (4.30% from 255) = 6.49%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=66.23%
G=6.49%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102104200.900.590.6339.1382.1421.96
Hex66A2A05A3B3C1535216
Octal14612520132737452312226
Binary1100110101010101001011010111011111100101010011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,10,42); }

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

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

 a { background-color: rgb(102,10,42); }

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

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

 span { border-color: rgb(102,10,42); }

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