Shades of Pohutukawa #5D1B24
Tints of Pohutukawa #5D1B24
RGB
CMYK
RGB Variations
Color information
#5D1B24 (or 0x5D1B24) is known color: Pohutukawa. HEX triplet: 5D, 1B and 24. RGB value is (93,27,36). Sum of RGB (Red+Green+Blue) = 93+27+36=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1B24 is #A2E4DB. Grayscale: #2F2F2F. Windows color (decimal): -10675420 or 2366301. OLE color: 2366301.
HSL color Cylindrical-coordinate representation of color #5D1B24: hue angle of 351.82º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D1B24 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 27 | 36 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.64 |
| HSL | 351.82º | 0.55% | 0.24% | - |
| HSV(B) | 351.82º | 0.71% | 0.36% | - |
| XYZ | 5.22 | 3.24 | 2.02 | - |
| YUV | 47.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 27 | 36 | 0 | 0.71 | 0.61 | 0.64 | 351.82 | 0.55 | 0.24 |
| Hex | 5D | 1B | 24 | 0 | 47 | 3D | 40 | 160 | 37 | 18 |
| Octal | 135 | 33 | 44 | 0 | 107 | 75 | 100 | 540 | 67 | 30 |
| Binary | 1011101 | 11011 | 100100 | 0 | 1000111 | 111101 | 1000000 | 101100000 | 110111 | 11000 |
Color Harmonies of #5D1B24
Complementary color
Monochromatic Colors of #5D1B24
Black with #5D1B24
Text Example
Text Example
White with #5D1B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1B24; }
p { color: rgb(93,27,36); }
H1.HeaderClassName
{
color: #5D1B24;
}
.AnyTagClassName
{
color: #5D1B24;
}
</style>
background-color css
<style>
a { background-color: #5D1B24; }
a { background-color: rgb(93,27,36); }
div.DivClassName
{
background-color: #5D1B24;
}
.BgClassName
{
background-color: #5D1B24;
}
</style>
border-color css
<style>
span { border-color: #5D1B24; }
span { border-color: rgb(93,27,36); }
td.TdClassName
{
border-color: #5D1B24;
}
.TagClassName
{
border-color: #5D1B24;
}
</style>