Shades of Pohutukawa #5D0020
Tints of Pohutukawa #5D0020
RGB
CMYK
RGB Variations
Color information
#5D0020 (or 0x5D0020) is known color: Pohutukawa. HEX triplet: 5D, 00 and 20. RGB value is (93,0,32). Sum of RGB (Red+Green+Blue) = 93+0+32=125 (16% of max value = 765). Red value is 93 (36.72% from 255 or 74.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0020 is #A2FFDF. Grayscale: #1F1F1F. Windows color (decimal): -10682336 or 2097245. OLE color: 2097245.
HSL color Cylindrical-coordinate representation of color #5D0020: hue angle of 339.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0020 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.66 | 0.64 |
| HSL | 339.35º | 1% | 0.18% | - |
| HSV(B) | 339.35º | 1% | 0.36% | - |
| XYZ | 4.77 | 2.43 | 1.58 | - |
| YUV | 31.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 32 | 0 | 1 | 0.66 | 0.64 | 339.35 | 1 | 0.18 |
| Hex | 5D | 0 | 20 | 0 | 64 | 42 | 40 | 153 | 64 | 12 |
| Octal | 135 | 0 | 40 | 0 | 144 | 102 | 100 | 523 | 144 | 22 |
| Binary | 1011101 | 0 | 100000 | 0 | 1100100 | 1000010 | 1000000 | 101010011 | 1100100 | 10010 |
Color Harmonies of #5D0020
Complementary color
Monochromatic Colors of #5D0020
Black with #5D0020
Text Example
Text Example
White with #5D0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0020; }
p { color: rgb(93,0,32); }
H1.HeaderClassName
{
color: #5D0020;
}
.AnyTagClassName
{
color: #5D0020;
}
</style>
background-color css
<style>
a { background-color: #5D0020; }
a { background-color: rgb(93,0,32); }
div.DivClassName
{
background-color: #5D0020;
}
.BgClassName
{
background-color: #5D0020;
}
</style>
border-color css
<style>
span { border-color: #5D0020; }
span { border-color: rgb(93,0,32); }
td.TdClassName
{
border-color: #5D0020;
}
.TagClassName
{
border-color: #5D0020;
}
</style>