#660D15

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

Shades of Pohutukawa #660D15

Tints of Pohutukawa #660D15

Color information

#660D15 (or 0x660D15) is unknown color: approx Pohutukawa. HEX triplet: 66, 0D and 15. RGB value is (102,13,21). Sum of RGB (Red+Green+Blue) = 102+13+21=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #660D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D15 is #99F2EA. Grayscale: #282828. Windows color (decimal): -10089195 or 1379686. OLE color: 1379686.

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

Color convert

RGB1021321-
CMYK00.870.790.6
HSL354.61º77.39%22.55%-
HSV(B)354.61º87.25%40%-
XYZ5.763.171.02-
YUV40.52116.99171.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 13 (5.47% from 255) = 9.56%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=75%
G=9.56%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102132100.870.790.6354.6177.3922.55
Hex66D150574F3C1634d17
Octal146152501271177454311527
Binary1100110110110101010101111001111111100101100011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,13,21); }

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

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

 a { background-color: rgb(102,13,21); }

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

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

 span { border-color: rgb(102,13,21); }

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