Shades of Pohutukawa #600B0D
Tints of Pohutukawa #600B0D
RGB
CMYK
RGB Variations
Color information
#600B0D (or 0x600B0D) is known color: Pohutukawa. HEX triplet: 60, 0B and 0D. RGB value is (96,11,13). Sum of RGB (Red+Green+Blue) = 96+11+13=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #600B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600B0D is #9FF4F2. Grayscale: #242424. Windows color (decimal): -10482931 or 854880. OLE color: 854880.
HSL color Cylindrical-coordinate representation of color #600B0D: hue angle of 358.59º 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 #600B0D is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 11 | 13 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.62 |
| HSL | 358.59º | 0.79% | 0.21% | - |
| HSV(B) | 358.59º | 0.89% | 0.38% | - |
| XYZ | 5.02 | 2.76 | 0.65 | - |
| YUV | 36.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 13 | 0 | 0.89 | 0.86 | 0.62 | 358.59 | 0.79 | 0.21 |
| Hex | 60 | B | D | 0 | 59 | 56 | 3E | 167 | 4F | 15 |
| Octal | 140 | 13 | 15 | 0 | 131 | 126 | 76 | 547 | 117 | 25 |
| Binary | 1100000 | 1011 | 1101 | 0 | 1011001 | 1010110 | 111110 | 101100111 | 1001111 | 10101 |
Color Harmonies of #600B0D
Complementary color
Monochromatic Colors of #600B0D
Black with #600B0D
Text Example
Text Example
White with #600B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B0D; }
p { color: rgb(96,11,13); }
H1.HeaderClassName
{
color: #600B0D;
}
.AnyTagClassName
{
color: #600B0D;
}
</style>
background-color css
<style>
a { background-color: #600B0D; }
a { background-color: rgb(96,11,13); }
div.DivClassName
{
background-color: #600B0D;
}
.BgClassName
{
background-color: #600B0D;
}
</style>
border-color css
<style>
span { border-color: #600B0D; }
span { border-color: rgb(96,11,13); }
td.TdClassName
{
border-color: #600B0D;
}
.TagClassName
{
border-color: #600B0D;
}
</style>