Shades of Pohutukawa #5B1A24
Tints of Pohutukawa #5B1A24
RGB
CMYK
RGB Variations
Color information
#5B1A24 (or 0x5B1A24) is known color: Pohutukawa. HEX triplet: 5B, 1A and 24. RGB value is (91,26,36). Sum of RGB (Red+Green+Blue) = 91+26+36=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A24 is #A4E5DB. Grayscale: #2E2E2E. Windows color (decimal): -10806748 or 2366043. OLE color: 2366043.
HSL color Cylindrical-coordinate representation of color #5B1A24: hue angle of 350.77º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B1A24 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 26 | 36 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.64 |
| HSL | 350.77º | 0.56% | 0.23% | - |
| HSV(B) | 350.77º | 0.71% | 0.36% | - |
| XYZ | 5 | 3.09 | 2 | - |
| YUV | 46.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 36 | 0 | 0.71 | 0.60 | 0.64 | 350.77 | 0.56 | 0.23 |
| Hex | 5B | 1A | 24 | 0 | 47 | 3C | 40 | 15F | 38 | 17 |
| Octal | 133 | 32 | 44 | 0 | 107 | 74 | 100 | 537 | 70 | 27 |
| Binary | 1011011 | 11010 | 100100 | 0 | 1000111 | 111100 | 1000000 | 101011111 | 111000 | 10111 |
Color Harmonies of #5B1A24
Complementary color
Monochromatic Colors of #5B1A24
Black with #5B1A24
Text Example
Text Example
White with #5B1A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A24; }
p { color: rgb(91,26,36); }
H1.HeaderClassName
{
color: #5B1A24;
}
.AnyTagClassName
{
color: #5B1A24;
}
</style>
background-color css
<style>
a { background-color: #5B1A24; }
a { background-color: rgb(91,26,36); }
div.DivClassName
{
background-color: #5B1A24;
}
.BgClassName
{
background-color: #5B1A24;
}
</style>
border-color css
<style>
span { border-color: #5B1A24; }
span { border-color: rgb(91,26,36); }
td.TdClassName
{
border-color: #5B1A24;
}
.TagClassName
{
border-color: #5B1A24;
}
</style>