Shades of Pohutukawa #5D122E
Tints of Pohutukawa #5D122E
RGB
CMYK
RGB Variations
Color information
#5D122E (or 0x5D122E) is known color: Pohutukawa. HEX triplet: 5D, 12 and 2E. RGB value is (93,18,46). Sum of RGB (Red+Green+Blue) = 93+18+46=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D122E is #A2EDD1. Grayscale: #2B2B2B. Windows color (decimal): -10677714 or 3019357. OLE color: 3019357.
HSL color Cylindrical-coordinate representation of color #5D122E: hue angle of 337.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D122E is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 18 | 46 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.64 |
| HSL | 337.6º | 0.68% | 0.22% | - |
| HSV(B) | 337.6º | 0.81% | 0.36% | - |
| XYZ | 5.22 | 2.96 | 2.88 | - |
| YUV | 43.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 46 | 0 | 0.81 | 0.51 | 0.64 | 337.6 | 0.68 | 0.22 |
| Hex | 5D | 12 | 2E | 0 | 51 | 33 | 40 | 152 | 44 | 16 |
| Octal | 135 | 22 | 56 | 0 | 121 | 63 | 100 | 522 | 104 | 26 |
| Binary | 1011101 | 10010 | 101110 | 0 | 1010001 | 110011 | 1000000 | 101010010 | 1000100 | 10110 |
Color Harmonies of #5D122E
Complementary color
Monochromatic Colors of #5D122E
Black with #5D122E
Text Example
Text Example
White with #5D122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D122E; }
p { color: rgb(93,18,46); }
H1.HeaderClassName
{
color: #5D122E;
}
.AnyTagClassName
{
color: #5D122E;
}
</style>
background-color css
<style>
a { background-color: #5D122E; }
a { background-color: rgb(93,18,46); }
div.DivClassName
{
background-color: #5D122E;
}
.BgClassName
{
background-color: #5D122E;
}
</style>
border-color css
<style>
span { border-color: #5D122E; }
span { border-color: rgb(93,18,46); }
td.TdClassName
{
border-color: #5D122E;
}
.TagClassName
{
border-color: #5D122E;
}
</style>