Shades of Pohutukawa #5B0B28
Tints of Pohutukawa #5B0B28
RGB
CMYK
RGB Variations
Color information
#5B0B28 (or 0x5B0B28) is known color: Pohutukawa. HEX triplet: 5B, 0B and 28. RGB value is (91,11,40). Sum of RGB (Red+Green+Blue) = 91+11+40=142 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.08% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0B28 is #A4F4D7. Grayscale: #262626. Windows color (decimal): -10810584 or 2624347. OLE color: 2624347.
HSL color Cylindrical-coordinate representation of color #5B0B28: hue angle of 338.25º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B0B28 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 11 | 40 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.64 |
| HSL | 338.25º | 0.78% | 0.2% | - |
| HSV(B) | 338.25º | 0.88% | 0.36% | - |
| XYZ | 4.82 | 2.62 | 2.26 | - |
| YUV | 38.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 11 | 40 | 0 | 0.88 | 0.56 | 0.64 | 338.25 | 0.78 | 0.2 |
| Hex | 5B | B | 28 | 0 | 58 | 38 | 40 | 152 | 4E | 14 |
| Octal | 133 | 13 | 50 | 0 | 130 | 70 | 100 | 522 | 116 | 24 |
| Binary | 1011011 | 1011 | 101000 | 0 | 1011000 | 111000 | 1000000 | 101010010 | 1001110 | 10100 |
Color Harmonies of #5B0B28
Complementary color
Monochromatic Colors of #5B0B28
Black with #5B0B28
Text Example
Text Example
White with #5B0B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0B28; }
p { color: rgb(91,11,40); }
H1.HeaderClassName
{
color: #5B0B28;
}
.AnyTagClassName
{
color: #5B0B28;
}
</style>
background-color css
<style>
a { background-color: #5B0B28; }
a { background-color: rgb(91,11,40); }
div.DivClassName
{
background-color: #5B0B28;
}
.BgClassName
{
background-color: #5B0B28;
}
</style>
border-color css
<style>
span { border-color: #5B0B28; }
span { border-color: rgb(91,11,40); }
td.TdClassName
{
border-color: #5B0B28;
}
.TagClassName
{
border-color: #5B0B28;
}
</style>