Shades of Pohutukawa #5B0524
Tints of Pohutukawa #5B0524
RGB
CMYK
RGB Variations
Color information
#5B0524 (or 0x5B0524) is known color: Pohutukawa. HEX triplet: 5B, 05 and 24. RGB value is (91,5,36). Sum of RGB (Red+Green+Blue) = 91+5+36=132 (17% of max value = 765). Red value is 91 (35.94% from 255 or 68.94% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0524 is #A4FADB. Grayscale: #222222. Windows color (decimal): -10812124 or 2360667. OLE color: 2360667.
HSL color Cylindrical-coordinate representation of color #5B0524: hue angle of 338.37º 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 #5B0524 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 36 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.64 |
| HSL | 338.37º | 0.9% | 0.19% | - |
| HSV(B) | 338.37º | 0.95% | 0.36% | - |
| XYZ | 4.69 | 2.46 | 1.9 | - |
| YUV | 34.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 36 | 0 | 0.95 | 0.60 | 0.64 | 338.37 | 0.9 | 0.19 |
| Hex | 5B | 5 | 24 | 0 | 5F | 3C | 40 | 152 | 5A | 13 |
| Octal | 133 | 5 | 44 | 0 | 137 | 74 | 100 | 522 | 132 | 23 |
| Binary | 1011011 | 101 | 100100 | 0 | 1011111 | 111100 | 1000000 | 101010010 | 1011010 | 10011 |
Color Harmonies of #5B0524
Complementary color
Monochromatic Colors of #5B0524
Black with #5B0524
Text Example
Text Example
White with #5B0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0524; }
p { color: rgb(91,5,36); }
H1.HeaderClassName
{
color: #5B0524;
}
.AnyTagClassName
{
color: #5B0524;
}
</style>
background-color css
<style>
a { background-color: #5B0524; }
a { background-color: rgb(91,5,36); }
div.DivClassName
{
background-color: #5B0524;
}
.BgClassName
{
background-color: #5B0524;
}
</style>
border-color css
<style>
span { border-color: #5B0524; }
span { border-color: rgb(91,5,36); }
td.TdClassName
{
border-color: #5B0524;
}
.TagClassName
{
border-color: #5B0524;
}
</style>