Shades of Pohutukawa #600F10
Tints of Pohutukawa #600F10
RGB
CMYK
RGB Variations
Color information
#600F10 (or 0x600F10) is known color: Pohutukawa. HEX triplet: 60, 0F and 10. RGB value is (96,15,16). Sum of RGB (Red+Green+Blue) = 96+15+16=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #600F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F10 is #9FF0EF. Grayscale: #272727. Windows color (decimal): -10481904 or 1052512. OLE color: 1052512.
HSL color Cylindrical-coordinate representation of color #600F10: hue angle of 359.26º 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 #600F10 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 16 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.62 |
| HSL | 359.26º | 0.73% | 0.22% | - |
| HSV(B) | 359.26º | 0.84% | 0.38% | - |
| XYZ | 5.09 | 2.87 | 0.78 | - |
| YUV | 39.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 16 | 0 | 0.84 | 0.83 | 0.62 | 359.26 | 0.73 | 0.22 |
| Hex | 60 | F | 10 | 0 | 54 | 53 | 3E | 167 | 49 | 16 |
| Octal | 140 | 17 | 20 | 0 | 124 | 123 | 76 | 547 | 111 | 26 |
| Binary | 1100000 | 1111 | 10000 | 0 | 1010100 | 1010011 | 111110 | 101100111 | 1001001 | 10110 |
Color Harmonies of #600F10
Complementary color
Monochromatic Colors of #600F10
Black with #600F10
Text Example
Text Example
White with #600F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F10; }
p { color: rgb(96,15,16); }
H1.HeaderClassName
{
color: #600F10;
}
.AnyTagClassName
{
color: #600F10;
}
</style>
background-color css
<style>
a { background-color: #600F10; }
a { background-color: rgb(96,15,16); }
div.DivClassName
{
background-color: #600F10;
}
.BgClassName
{
background-color: #600F10;
}
</style>
border-color css
<style>
span { border-color: #600F10; }
span { border-color: rgb(96,15,16); }
td.TdClassName
{
border-color: #600F10;
}
.TagClassName
{
border-color: #600F10;
}
</style>