#660D0F

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

Shades of Pohutukawa #660D0F

Tints of Pohutukawa #660D0F

Color information

#660D0F (or 0x660D0F) is unknown color: approx Pohutukawa. HEX triplet: 66, 0D and 0F. RGB value is (102,13,15). Sum of RGB (Red+Green+Blue) = 102+13+15=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #660D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D0F is #99F2F0. Grayscale: #272727. Windows color (decimal): -10089201 or 986470. OLE color: 986470.

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

Color convert

RGB1021315-
CMYK00.870.850.6
HSL358.65º77.39%22.55%-
HSV(B)358.65º87.25%40%-
XYZ5.713.150.76-
YUV39.84113.99172.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 78.46%
GREEN value IS 13 (5.47% from 255) = 10%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=78.46%
G=10%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102131500.870.850.6358.6577.3922.55
Hex66DF057553C1674d17
Octal146151701271257454711527
Binary110011011011111010101111010101111100101100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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