Shades of Pohutukawa #5D0B12
Tints of Pohutukawa #5D0B12
RGB
CMYK
RGB Variations
Color information
#5D0B12 (or 0x5D0B12) is known color: Pohutukawa. HEX triplet: 5D, 0B and 12. RGB value is (93,11,18). Sum of RGB (Red+Green+Blue) = 93+11+18=122 (16% of max value = 765). Red value is 93 (36.72% from 255 or 76.23% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0B12 is #A2F4ED. Grayscale: #242424. Windows color (decimal): -10679534 or 1182557. OLE color: 1182557.
HSL color Cylindrical-coordinate representation of color #5D0B12: hue angle of 354.88º 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 #5D0B12 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 11 | 18 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.64 |
| HSL | 354.88º | 0.79% | 0.2% | - |
| HSV(B) | 354.88º | 0.88% | 0.36% | - |
| XYZ | 4.74 | 2.61 | 0.83 | - |
| YUV | 36.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 11 | 18 | 0 | 0.88 | 0.81 | 0.64 | 354.88 | 0.79 | 0.2 |
| Hex | 5D | B | 12 | 0 | 58 | 51 | 40 | 163 | 4F | 14 |
| Octal | 135 | 13 | 22 | 0 | 130 | 121 | 100 | 543 | 117 | 24 |
| Binary | 1011101 | 1011 | 10010 | 0 | 1011000 | 1010001 | 1000000 | 101100011 | 1001111 | 10100 |
Color Harmonies of #5D0B12
Complementary color
Monochromatic Colors of #5D0B12
Black with #5D0B12
Text Example
Text Example
White with #5D0B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0B12; }
p { color: rgb(93,11,18); }
H1.HeaderClassName
{
color: #5D0B12;
}
.AnyTagClassName
{
color: #5D0B12;
}
</style>
background-color css
<style>
a { background-color: #5D0B12; }
a { background-color: rgb(93,11,18); }
div.DivClassName
{
background-color: #5D0B12;
}
.BgClassName
{
background-color: #5D0B12;
}
</style>
border-color css
<style>
span { border-color: #5D0B12; }
span { border-color: rgb(93,11,18); }
td.TdClassName
{
border-color: #5D0B12;
}
.TagClassName
{
border-color: #5D0B12;
}
</style>