Shades of Pohutukawa #600B0C
Tints of Pohutukawa #600B0C
RGB
CMYK
RGB Variations
Color information
#600B0C (or 0x600B0C) is known color: Pohutukawa. HEX triplet: 60, 0B and 0C. RGB value is (96,11,12). Sum of RGB (Red+Green+Blue) = 96+11+12=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600B0C is #9FF4F3. Grayscale: #242424. Windows color (decimal): -10482932 or 789344. OLE color: 789344.
HSL color Cylindrical-coordinate representation of color #600B0C: hue angle of 359.29º 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 #600B0C is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 11 | 12 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.62 |
| HSL | 359.29º | 0.79% | 0.21% | - |
| HSV(B) | 359.29º | 0.89% | 0.38% | - |
| XYZ | 5.01 | 2.75 | 0.62 | - |
| YUV | 36.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 12 | 0 | 0.89 | 0.88 | 0.62 | 359.29 | 0.79 | 0.21 |
| Hex | 60 | B | C | 0 | 59 | 58 | 3E | 167 | 4F | 15 |
| Octal | 140 | 13 | 14 | 0 | 131 | 130 | 76 | 547 | 117 | 25 |
| Binary | 1100000 | 1011 | 1100 | 0 | 1011001 | 1011000 | 111110 | 101100111 | 1001111 | 10101 |
Color Harmonies of #600B0C
Complementary color
Monochromatic Colors of #600B0C
Black with #600B0C
Text Example
Text Example
White with #600B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B0C; }
p { color: rgb(96,11,12); }
H1.HeaderClassName
{
color: #600B0C;
}
.AnyTagClassName
{
color: #600B0C;
}
</style>
background-color css
<style>
a { background-color: #600B0C; }
a { background-color: rgb(96,11,12); }
div.DivClassName
{
background-color: #600B0C;
}
.BgClassName
{
background-color: #600B0C;
}
</style>
border-color css
<style>
span { border-color: #600B0C; }
span { border-color: rgb(96,11,12); }
td.TdClassName
{
border-color: #600B0C;
}
.TagClassName
{
border-color: #600B0C;
}
</style>