Shades of Pohutukawa #600F12
Tints of Pohutukawa #600F12
RGB
CMYK
RGB Variations
Color information
#600F12 (or 0x600F12) is known color: Pohutukawa. HEX triplet: 60, 0F and 12. RGB value is (96,15,18). Sum of RGB (Red+Green+Blue) = 96+15+18=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #600F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F12 is #9FF0ED. Grayscale: #272727. Windows color (decimal): -10481902 or 1183584. OLE color: 1183584.
HSL color Cylindrical-coordinate representation of color #600F12: hue angle of 357.78º 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 #600F12 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 18 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.62 |
| HSL | 357.78º | 0.73% | 0.22% | - |
| HSV(B) | 357.78º | 0.84% | 0.38% | - |
| XYZ | 5.1 | 2.87 | 0.86 | - |
| YUV | 39.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 18 | 0 | 0.84 | 0.81 | 0.62 | 357.78 | 0.73 | 0.22 |
| Hex | 60 | F | 12 | 0 | 54 | 51 | 3E | 166 | 49 | 16 |
| Octal | 140 | 17 | 22 | 0 | 124 | 121 | 76 | 546 | 111 | 26 |
| Binary | 1100000 | 1111 | 10010 | 0 | 1010100 | 1010001 | 111110 | 101100110 | 1001001 | 10110 |
Color Harmonies of #600F12
Complementary color
Monochromatic Colors of #600F12
Black with #600F12
Text Example
Text Example
White with #600F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F12; }
p { color: rgb(96,15,18); }
H1.HeaderClassName
{
color: #600F12;
}
.AnyTagClassName
{
color: #600F12;
}
</style>
background-color css
<style>
a { background-color: #600F12; }
a { background-color: rgb(96,15,18); }
div.DivClassName
{
background-color: #600F12;
}
.BgClassName
{
background-color: #600F12;
}
</style>
border-color css
<style>
span { border-color: #600F12; }
span { border-color: rgb(96,15,18); }
td.TdClassName
{
border-color: #600F12;
}
.TagClassName
{
border-color: #600F12;
}
</style>