Shades of Pohutukawa #600B14
Tints of Pohutukawa #600B14
RGB
CMYK
RGB Variations
Color information
#600B14 (or 0x600B14) is known color: Pohutukawa. HEX triplet: 60, 0B and 14. RGB value is (96,11,20). Sum of RGB (Red+Green+Blue) = 96+11+20=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #600B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600B14 is #9FF4EB. Grayscale: #252525. Windows color (decimal): -10482924 or 1313632. OLE color: 1313632.
HSL color Cylindrical-coordinate representation of color #600B14: hue angle of 353.65º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B14 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 11 | 20 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.62 |
| HSL | 353.65º | 0.79% | 0.21% | - |
| HSV(B) | 353.65º | 0.89% | 0.38% | - |
| XYZ | 5.07 | 2.78 | 0.93 | - |
| YUV | 37.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 20 | 0 | 0.89 | 0.79 | 0.62 | 353.65 | 0.79 | 0.21 |
| Hex | 60 | B | 14 | 0 | 59 | 4F | 3E | 162 | 4F | 15 |
| Octal | 140 | 13 | 24 | 0 | 131 | 117 | 76 | 542 | 117 | 25 |
| Binary | 1100000 | 1011 | 10100 | 0 | 1011001 | 1001111 | 111110 | 101100010 | 1001111 | 10101 |
Color Harmonies of #600B14
Complementary color
Monochromatic Colors of #600B14
Black with #600B14
Text Example
Text Example
White with #600B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B14; }
p { color: rgb(96,11,20); }
H1.HeaderClassName
{
color: #600B14;
}
.AnyTagClassName
{
color: #600B14;
}
</style>
background-color css
<style>
a { background-color: #600B14; }
a { background-color: rgb(96,11,20); }
div.DivClassName
{
background-color: #600B14;
}
.BgClassName
{
background-color: #600B14;
}
</style>
border-color css
<style>
span { border-color: #600B14; }
span { border-color: rgb(96,11,20); }
td.TdClassName
{
border-color: #600B14;
}
.TagClassName
{
border-color: #600B14;
}
</style>