Shades of Pohutukawa #5D1820
Tints of Pohutukawa #5D1820
RGB
CMYK
RGB Variations
Color information
#5D1820 (or 0x5D1820) is known color: Pohutukawa. HEX triplet: 5D, 18 and 20. RGB value is (93,24,32). Sum of RGB (Red+Green+Blue) = 93+24+32=149 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.42% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1820 is #A2E7DF. Grayscale: #2D2D2D. Windows color (decimal): -10676192 or 2103389. OLE color: 2103389.
HSL color Cylindrical-coordinate representation of color #5D1820: hue angle of 353.04º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D1820 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 24 | 32 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.64 |
| HSL | 353.04º | 0.59% | 0.23% | - |
| HSV(B) | 353.04º | 0.74% | 0.36% | - |
| XYZ | 5.1 | 3.08 | 1.69 | - |
| YUV | 45.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 24 | 32 | 0 | 0.74 | 0.66 | 0.64 | 353.04 | 0.59 | 0.23 |
| Hex | 5D | 18 | 20 | 0 | 4A | 42 | 40 | 161 | 3B | 17 |
| Octal | 135 | 30 | 40 | 0 | 112 | 102 | 100 | 541 | 73 | 27 |
| Binary | 1011101 | 11000 | 100000 | 0 | 1001010 | 1000010 | 1000000 | 101100001 | 111011 | 10111 |
Color Harmonies of #5D1820
Complementary color
Monochromatic Colors of #5D1820
Black with #5D1820
Text Example
Text Example
White with #5D1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1820; }
p { color: rgb(93,24,32); }
H1.HeaderClassName
{
color: #5D1820;
}
.AnyTagClassName
{
color: #5D1820;
}
</style>
background-color css
<style>
a { background-color: #5D1820; }
a { background-color: rgb(93,24,32); }
div.DivClassName
{
background-color: #5D1820;
}
.BgClassName
{
background-color: #5D1820;
}
</style>
border-color css
<style>
span { border-color: #5D1820; }
span { border-color: rgb(93,24,32); }
td.TdClassName
{
border-color: #5D1820;
}
.TagClassName
{
border-color: #5D1820;
}
</style>