Shades of Pohutukawa #5D0524
Tints of Pohutukawa #5D0524
RGB
CMYK
RGB Variations
Color information
#5D0524 (or 0x5D0524) is known color: Pohutukawa. HEX triplet: 5D, 05 and 24. RGB value is (93,5,36). Sum of RGB (Red+Green+Blue) = 93+5+36=134 (17% of max value = 765). Red value is 93 (36.72% from 255 or 69.40% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0524 is #A2FADB. Grayscale: #222222. Windows color (decimal): -10681052 or 2360669. OLE color: 2360669.
HSL color Cylindrical-coordinate representation of color #5D0524: hue angle of 338.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0524 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 36 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.64 |
| HSL | 338.86º | 0.9% | 0.19% | - |
| HSV(B) | 338.86º | 0.95% | 0.36% | - |
| XYZ | 4.89 | 2.56 | 1.91 | - |
| YUV | 34.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 36 | 0 | 0.95 | 0.61 | 0.64 | 338.86 | 0.9 | 0.19 |
| Hex | 5D | 5 | 24 | 0 | 5F | 3D | 40 | 153 | 5A | 13 |
| Octal | 135 | 5 | 44 | 0 | 137 | 75 | 100 | 523 | 132 | 23 |
| Binary | 1011101 | 101 | 100100 | 0 | 1011111 | 111101 | 1000000 | 101010011 | 1011010 | 10011 |
Color Harmonies of #5D0524
Complementary color
Monochromatic Colors of #5D0524
Black with #5D0524
Text Example
Text Example
White with #5D0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0524; }
p { color: rgb(93,5,36); }
H1.HeaderClassName
{
color: #5D0524;
}
.AnyTagClassName
{
color: #5D0524;
}
</style>
background-color css
<style>
a { background-color: #5D0524; }
a { background-color: rgb(93,5,36); }
div.DivClassName
{
background-color: #5D0524;
}
.BgClassName
{
background-color: #5D0524;
}
</style>
border-color css
<style>
span { border-color: #5D0524; }
span { border-color: rgb(93,5,36); }
td.TdClassName
{
border-color: #5D0524;
}
.TagClassName
{
border-color: #5D0524;
}
</style>