Shades of Pohutukawa #5D1220
Tints of Pohutukawa #5D1220
RGB
CMYK
RGB Variations
Color information
#5D1220 (or 0x5D1220) is known color: Pohutukawa. HEX triplet: 5D, 12 and 20. RGB value is (93,18,32). Sum of RGB (Red+Green+Blue) = 93+18+32=143 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.03% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1220 is #A2EDDF. Grayscale: #2A2A2A. Windows color (decimal): -10677728 or 2101853. OLE color: 2101853.
HSL color Cylindrical-coordinate representation of color #5D1220: hue angle of 348.8º 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 #5D1220 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 18 | 32 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.64 |
| HSL | 348.8º | 0.68% | 0.22% | - |
| HSV(B) | 348.8º | 0.81% | 0.36% | - |
| XYZ | 4.99 | 2.86 | 1.66 | - |
| YUV | 42.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 32 | 0 | 0.81 | 0.66 | 0.64 | 348.8 | 0.68 | 0.22 |
| Hex | 5D | 12 | 20 | 0 | 51 | 42 | 40 | 15D | 44 | 16 |
| Octal | 135 | 22 | 40 | 0 | 121 | 102 | 100 | 535 | 104 | 26 |
| Binary | 1011101 | 10010 | 100000 | 0 | 1010001 | 1000010 | 1000000 | 101011101 | 1000100 | 10110 |
Color Harmonies of #5D1220
Complementary color
Monochromatic Colors of #5D1220
Black with #5D1220
Text Example
Text Example
White with #5D1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1220; }
p { color: rgb(93,18,32); }
H1.HeaderClassName
{
color: #5D1220;
}
.AnyTagClassName
{
color: #5D1220;
}
</style>
background-color css
<style>
a { background-color: #5D1220; }
a { background-color: rgb(93,18,32); }
div.DivClassName
{
background-color: #5D1220;
}
.BgClassName
{
background-color: #5D1220;
}
</style>
border-color css
<style>
span { border-color: #5D1220; }
span { border-color: rgb(93,18,32); }
td.TdClassName
{
border-color: #5D1220;
}
.TagClassName
{
border-color: #5D1220;
}
</style>