#600F15

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

Shades of Pohutukawa #600F15

Tints of Pohutukawa #600F15

Color information

#600F15 (or 0x600F15) is unknown color: approx Pohutukawa. HEX triplet: 60, 0F and 15. RGB value is (96,15,21). Sum of RGB (Red+Green+Blue) = 96+15+21=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #600F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F15 is #9FF0EA. Grayscale: #272727. Windows color (decimal): -10481899 or 1380192. OLE color: 1380192.

HSL color Cylindrical-coordinate representation of color #600F15: hue angle of 355.56º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F15 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB961521-
CMYK00.840.780.62
HSL355.56º72.97%21.76%-
HSV(B)355.56º84.38%37.65%-
XYZ5.132.881-
YUV39.9117.34168.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.73%
GREEN value IS 15 (6.25% from 255) = 11.36%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=72.73%
G=11.36%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96152100.840.780.62355.5672.9721.76
Hex60F150544E3E1644916
Octal140172501241167654411126
Binary1100000111110101010101001001110111110101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600F15; }

 p { color: rgb(96,15,21); }

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

<style>
 a { background-color: #600F15; }

 a { background-color: rgb(96,15,21); }

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

<style>
 span { border-color: #600F15; }

 span { border-color: rgb(96,15,21); }

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