#660A24

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

Shades of Pohutukawa #660A24

Tints of Pohutukawa #660A24

Color information

#660A24 (or 0x660A24) is unknown color: approx Pohutukawa. HEX triplet: 66, 0A and 24. RGB value is (102,10,36). Sum of RGB (Red+Green+Blue) = 102+10+36=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #660A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A24 is #99F5DB. Grayscale: #282828. Windows color (decimal): -10089948 or 2361958. OLE color: 2361958.

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

Color convert

RGB1021036-
CMYK00.900.650.6
HSL343.04º82.14%21.96%-
HSV(B)343.04º90.2%40%-
XYZ5.913.171.97-
YUV40.47125.48171.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=68.92%
G=6.76%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102103600.900.650.6343.0482.1421.96
Hex66A2405A413C1575216
Octal146124401321017452712226
Binary11001101010100100010110101000001111100101010111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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