Shades of Pohutukawa #5B0818
Tints of Pohutukawa #5B0818
RGB
CMYK
RGB Variations
Color information
#5B0818 (or 0x5B0818) is known color: Pohutukawa. HEX triplet: 5B, 08 and 18. RGB value is (91,8,24). Sum of RGB (Red+Green+Blue) = 91+8+24=123 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.98% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0818 is #A4F7E7. Grayscale: #222222. Windows color (decimal): -10811368 or 1575003. OLE color: 1575003.
HSL color Cylindrical-coordinate representation of color #5B0818: hue angle of 348.43º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0818 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 8 | 24 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.64 |
| HSL | 348.43º | 0.84% | 0.19% | - |
| HSV(B) | 348.43º | 0.91% | 0.36% | - |
| XYZ | 4.57 | 2.46 | 1.1 | - |
| YUV | 34.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 24 | 0 | 0.91 | 0.74 | 0.64 | 348.43 | 0.84 | 0.19 |
| Hex | 5B | 8 | 18 | 0 | 5B | 4A | 40 | 15C | 54 | 13 |
| Octal | 133 | 10 | 30 | 0 | 133 | 112 | 100 | 534 | 124 | 23 |
| Binary | 1011011 | 1000 | 11000 | 0 | 1011011 | 1001010 | 1000000 | 101011100 | 1010100 | 10011 |
Color Harmonies of #5B0818
Complementary color
Monochromatic Colors of #5B0818
Black with #5B0818
Text Example
Text Example
White with #5B0818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0818; }
p { color: rgb(91,8,24); }
H1.HeaderClassName
{
color: #5B0818;
}
.AnyTagClassName
{
color: #5B0818;
}
</style>
background-color css
<style>
a { background-color: #5B0818; }
a { background-color: rgb(91,8,24); }
div.DivClassName
{
background-color: #5B0818;
}
.BgClassName
{
background-color: #5B0818;
}
</style>
border-color css
<style>
span { border-color: #5B0818; }
span { border-color: rgb(91,8,24); }
td.TdClassName
{
border-color: #5B0818;
}
.TagClassName
{
border-color: #5B0818;
}
</style>