Shades of Pohutukawa #5D1924
Tints of Pohutukawa #5D1924
RGB
CMYK
RGB Variations
Color information
#5D1924 (or 0x5D1924) is known color: Pohutukawa. HEX triplet: 5D, 19 and 24. RGB value is (93,25,36). Sum of RGB (Red+Green+Blue) = 93+25+36=154 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.39% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1924 is #A2E6DB. Grayscale: #2E2E2E. Windows color (decimal): -10675932 or 2365789. OLE color: 2365789.
HSL color Cylindrical-coordinate representation of color #5D1924: hue angle of 350.29º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D1924 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 25 | 36 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.64 |
| HSL | 350.29º | 0.58% | 0.23% | - |
| HSV(B) | 350.29º | 0.73% | 0.36% | - |
| XYZ | 5.18 | 3.15 | 2 | - |
| YUV | 46.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 36 | 0 | 0.73 | 0.61 | 0.64 | 350.29 | 0.58 | 0.23 |
| Hex | 5D | 19 | 24 | 0 | 49 | 3D | 40 | 15E | 3A | 17 |
| Octal | 135 | 31 | 44 | 0 | 111 | 75 | 100 | 536 | 72 | 27 |
| Binary | 1011101 | 11001 | 100100 | 0 | 1001001 | 111101 | 1000000 | 101011110 | 111010 | 10111 |
Color Harmonies of #5D1924
Complementary color
Monochromatic Colors of #5D1924
Black with #5D1924
Text Example
Text Example
White with #5D1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1924; }
p { color: rgb(93,25,36); }
H1.HeaderClassName
{
color: #5D1924;
}
.AnyTagClassName
{
color: #5D1924;
}
</style>
background-color css
<style>
a { background-color: #5D1924; }
a { background-color: rgb(93,25,36); }
div.DivClassName
{
background-color: #5D1924;
}
.BgClassName
{
background-color: #5D1924;
}
</style>
border-color css
<style>
span { border-color: #5D1924; }
span { border-color: rgb(93,25,36); }
td.TdClassName
{
border-color: #5D1924;
}
.TagClassName
{
border-color: #5D1924;
}
</style>