Shades of Pohutukawa #5D0714
Tints of Pohutukawa #5D0714
RGB
CMYK
RGB Variations
Color information
#5D0714 (or 0x5D0714) is known color: Pohutukawa. HEX triplet: 5D, 07 and 14. RGB value is (93,7,20). Sum of RGB (Red+Green+Blue) = 93+7+20=120 (15% of max value = 765). Red value is 93 (36.72% from 255 or 77.5% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0714 is #A2F8EB. Grayscale: #222222. Windows color (decimal): -10680556 or 1312605. OLE color: 1312605.
HSL color Cylindrical-coordinate representation of color #5D0714: hue angle of 350.93º 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 #5D0714 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 7 | 20 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.64 |
| HSL | 350.93º | 0.86% | 0.2% | - |
| HSV(B) | 350.93º | 0.92% | 0.36% | - |
| XYZ | 4.72 | 2.53 | 0.9 | - |
| YUV | 34.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 20 | 0 | 0.92 | 0.78 | 0.64 | 350.93 | 0.86 | 0.2 |
| Hex | 5D | 7 | 14 | 0 | 5C | 4E | 40 | 15F | 56 | 14 |
| Octal | 135 | 7 | 24 | 0 | 134 | 116 | 100 | 537 | 126 | 24 |
| Binary | 1011101 | 111 | 10100 | 0 | 1011100 | 1001110 | 1000000 | 101011111 | 1010110 | 10100 |
Color Harmonies of #5D0714
Complementary color
Monochromatic Colors of #5D0714
Black with #5D0714
Text Example
Text Example
White with #5D0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0714; }
p { color: rgb(93,7,20); }
H1.HeaderClassName
{
color: #5D0714;
}
.AnyTagClassName
{
color: #5D0714;
}
</style>
background-color css
<style>
a { background-color: #5D0714; }
a { background-color: rgb(93,7,20); }
div.DivClassName
{
background-color: #5D0714;
}
.BgClassName
{
background-color: #5D0714;
}
</style>
border-color css
<style>
span { border-color: #5D0714; }
span { border-color: rgb(93,7,20); }
td.TdClassName
{
border-color: #5D0714;
}
.TagClassName
{
border-color: #5D0714;
}
</style>