Shades of Pohutukawa #60000B
Tints of Pohutukawa #60000B
RGB
CMYK
RGB Variations
Color information
#60000B (or 0x60000B) is known color: Pohutukawa. HEX triplet: 60, 00 and 0B. RGB value is (96,0,11). Sum of RGB (Red+Green+Blue) = 96+0+11=107 (14% of max value = 765). Red value is 96 (37.89% from 255 or 89.72% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 96 - color contains mainly: red. Hex color #60000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60000B is #9FFFF4. Grayscale: #1E1E1E. Windows color (decimal): -10485749 or 720992. OLE color: 720992.
HSL color Cylindrical-coordinate representation of color #60000B: hue angle of 353.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60000B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.89 | 0.62 |
| HSL | 353.13º | 1% | 0.19% | - |
| HSV(B) | 353.13º | 1% | 0.38% | - |
| XYZ | 4.88 | 2.51 | 0.54 | - |
| YUV | 29.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 11 | 0 | 1 | 0.89 | 0.62 | 353.13 | 1 | 0.19 |
| Hex | 60 | 0 | B | 0 | 64 | 59 | 3E | 161 | 64 | 13 |
| Octal | 140 | 0 | 13 | 0 | 144 | 131 | 76 | 541 | 144 | 23 |
| Binary | 1100000 | 0 | 1011 | 0 | 1100100 | 1011001 | 111110 | 101100001 | 1100100 | 10011 |
Color Harmonies of #60000B
Complementary color
Monochromatic Colors of #60000B
Black with #60000B
Text Example
Text Example
White with #60000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60000B; }
p { color: rgb(96,0,11); }
H1.HeaderClassName
{
color: #60000B;
}
.AnyTagClassName
{
color: #60000B;
}
</style>
background-color css
<style>
a { background-color: #60000B; }
a { background-color: rgb(96,0,11); }
div.DivClassName
{
background-color: #60000B;
}
.BgClassName
{
background-color: #60000B;
}
</style>
border-color css
<style>
span { border-color: #60000B; }
span { border-color: rgb(96,0,11); }
td.TdClassName
{
border-color: #60000B;
}
.TagClassName
{
border-color: #60000B;
}
</style>