Shades of Pohutukawa #5D0710
Tints of Pohutukawa #5D0710
RGB
CMYK
RGB Variations
Color information
#5D0710 (or 0x5D0710) is known color: Pohutukawa. HEX triplet: 5D, 07 and 10. RGB value is (93,7,16). Sum of RGB (Red+Green+Blue) = 93+7+16=116 (15% of max value = 765). Red value is 93 (36.72% from 255 or 80.17% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0710 is #A2F8EF. Grayscale: #212121. Windows color (decimal): -10680560 or 1050461. OLE color: 1050461.
HSL color Cylindrical-coordinate representation of color #5D0710: hue angle of 353.72º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0710 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 7 | 16 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.64 |
| HSL | 353.72º | 0.86% | 0.2% | - |
| HSV(B) | 353.72º | 0.92% | 0.36% | - |
| XYZ | 4.68 | 2.52 | 0.73 | - |
| YUV | 33.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 16 | 0 | 0.92 | 0.83 | 0.64 | 353.72 | 0.86 | 0.2 |
| Hex | 5D | 7 | 10 | 0 | 5C | 53 | 40 | 162 | 56 | 14 |
| Octal | 135 | 7 | 20 | 0 | 134 | 123 | 100 | 542 | 126 | 24 |
| Binary | 1011101 | 111 | 10000 | 0 | 1011100 | 1010011 | 1000000 | 101100010 | 1010110 | 10100 |
Color Harmonies of #5D0710
Complementary color
Monochromatic Colors of #5D0710
Black with #5D0710
Text Example
Text Example
White with #5D0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0710; }
p { color: rgb(93,7,16); }
H1.HeaderClassName
{
color: #5D0710;
}
.AnyTagClassName
{
color: #5D0710;
}
</style>
background-color css
<style>
a { background-color: #5D0710; }
a { background-color: rgb(93,7,16); }
div.DivClassName
{
background-color: #5D0710;
}
.BgClassName
{
background-color: #5D0710;
}
</style>
border-color css
<style>
span { border-color: #5D0710; }
span { border-color: rgb(93,7,16); }
td.TdClassName
{
border-color: #5D0710;
}
.TagClassName
{
border-color: #5D0710;
}
</style>