Shades of Pohutukawa #5D0616
Tints of Pohutukawa #5D0616
RGB
CMYK
RGB Variations
Color information
#5D0616 (or 0x5D0616) is known color: Pohutukawa. HEX triplet: 5D, 06 and 16. RGB value is (93,6,22). Sum of RGB (Red+Green+Blue) = 93+6+22=121 (16% of max value = 765). Red value is 93 (36.72% from 255 or 76.86% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0616 is #A2F9E9. Grayscale: #212121. Windows color (decimal): -10680810 or 1443421. OLE color: 1443421.
HSL color Cylindrical-coordinate representation of color #5D0616: hue angle of 348.97º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0616 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 6 | 22 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.64 |
| HSL | 348.97º | 0.88% | 0.19% | - |
| HSV(B) | 348.97º | 0.94% | 0.36% | - |
| XYZ | 4.72 | 2.52 | 1 | - |
| YUV | 33.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 22 | 0 | 0.94 | 0.76 | 0.64 | 348.97 | 0.88 | 0.19 |
| Hex | 5D | 6 | 16 | 0 | 5E | 4C | 40 | 15D | 58 | 13 |
| Octal | 135 | 6 | 26 | 0 | 136 | 114 | 100 | 535 | 130 | 23 |
| Binary | 1011101 | 110 | 10110 | 0 | 1011110 | 1001100 | 1000000 | 101011101 | 1011000 | 10011 |
Color Harmonies of #5D0616
Complementary color
Monochromatic Colors of #5D0616
Black with #5D0616
Text Example
Text Example
White with #5D0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0616; }
p { color: rgb(93,6,22); }
H1.HeaderClassName
{
color: #5D0616;
}
.AnyTagClassName
{
color: #5D0616;
}
</style>
background-color css
<style>
a { background-color: #5D0616; }
a { background-color: rgb(93,6,22); }
div.DivClassName
{
background-color: #5D0616;
}
.BgClassName
{
background-color: #5D0616;
}
</style>
border-color css
<style>
span { border-color: #5D0616; }
span { border-color: rgb(93,6,22); }
td.TdClassName
{
border-color: #5D0616;
}
.TagClassName
{
border-color: #5D0616;
}
</style>