Shades of Pohutukawa #5C0B12
Tints of Pohutukawa #5C0B12
RGB
CMYK
RGB Variations
Color information
#5C0B12 (or 0x5C0B12) is known color: Pohutukawa. HEX triplet: 5C, 0B and 12. RGB value is (92,11,18). Sum of RGB (Red+Green+Blue) = 92+11+18=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0B12 is #A3F4ED. Grayscale: #242424. Windows color (decimal): -10745070 or 1182556. OLE color: 1182556.
HSL color Cylindrical-coordinate representation of color #5C0B12: hue angle of 354.81º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C0B12 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 11 | 18 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.64 |
| HSL | 354.81º | 0.79% | 0.2% | - |
| HSV(B) | 354.81º | 0.88% | 0.36% | - |
| XYZ | 4.64 | 2.56 | 0.82 | - |
| YUV | 36.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 18 | 0 | 0.88 | 0.80 | 0.64 | 354.81 | 0.79 | 0.2 |
| Hex | 5C | B | 12 | 0 | 58 | 50 | 40 | 163 | 4F | 14 |
| Octal | 134 | 13 | 22 | 0 | 130 | 120 | 100 | 543 | 117 | 24 |
| Binary | 1011100 | 1011 | 10010 | 0 | 1011000 | 1010000 | 1000000 | 101100011 | 1001111 | 10100 |
Color Harmonies of #5C0B12
Complementary color
Monochromatic Colors of #5C0B12
Black with #5C0B12
Text Example
Text Example
White with #5C0B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0B12; }
p { color: rgb(92,11,18); }
H1.HeaderClassName
{
color: #5C0B12;
}
.AnyTagClassName
{
color: #5C0B12;
}
</style>
background-color css
<style>
a { background-color: #5C0B12; }
a { background-color: rgb(92,11,18); }
div.DivClassName
{
background-color: #5C0B12;
}
.BgClassName
{
background-color: #5C0B12;
}
</style>
border-color css
<style>
span { border-color: #5C0B12; }
span { border-color: rgb(92,11,18); }
td.TdClassName
{
border-color: #5C0B12;
}
.TagClassName
{
border-color: #5C0B12;
}
</style>