Shades of Pohutukawa #600A0F
Tints of Pohutukawa #600A0F
RGB
CMYK
RGB Variations
Color information
#600A0F (or 0x600A0F) is known color: Pohutukawa. HEX triplet: 60, 0A and 0F. RGB value is (96,10,15). Sum of RGB (Red+Green+Blue) = 96+10+15=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600A0F is #9FF5F0. Grayscale: #242424. Windows color (decimal): -10483185 or 985696. OLE color: 985696.
HSL color Cylindrical-coordinate representation of color #600A0F: hue angle of 356.51º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A0F is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 10 | 15 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.62 |
| HSL | 356.51º | 0.81% | 0.21% | - |
| HSV(B) | 356.51º | 0.9% | 0.38% | - |
| XYZ | 5.02 | 2.74 | 0.72 | - |
| YUV | 36.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 15 | 0 | 0.90 | 0.84 | 0.62 | 356.51 | 0.81 | 0.21 |
| Hex | 60 | A | F | 0 | 5A | 54 | 3E | 165 | 51 | 15 |
| Octal | 140 | 12 | 17 | 0 | 132 | 124 | 76 | 545 | 121 | 25 |
| Binary | 1100000 | 1010 | 1111 | 0 | 1011010 | 1010100 | 111110 | 101100101 | 1010001 | 10101 |
Color Harmonies of #600A0F
Complementary color
Monochromatic Colors of #600A0F
Black with #600A0F
Text Example
Text Example
White with #600A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600A0F; }
p { color: rgb(96,10,15); }
H1.HeaderClassName
{
color: #600A0F;
}
.AnyTagClassName
{
color: #600A0F;
}
</style>
background-color css
<style>
a { background-color: #600A0F; }
a { background-color: rgb(96,10,15); }
div.DivClassName
{
background-color: #600A0F;
}
.BgClassName
{
background-color: #600A0F;
}
</style>
border-color css
<style>
span { border-color: #600A0F; }
span { border-color: rgb(96,10,15); }
td.TdClassName
{
border-color: #600A0F;
}
.TagClassName
{
border-color: #600A0F;
}
</style>