Shades of Pohutukawa #5B010B
Tints of Pohutukawa #5B010B
RGB
CMYK
RGB Variations
Color information
#5B010B (or 0x5B010B) is known color: Pohutukawa. HEX triplet: 5B, 01 and 0B. RGB value is (91,1,11). Sum of RGB (Red+Green+Blue) = 91+1+11=103 (13% of max value = 765). Red value is 91 (35.94% from 255 or 88.35% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 91 - color contains mainly: red. Hex color #5B010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B010B is #A4FEF4. Grayscale: #1D1D1D. Windows color (decimal): -10813173 or 721243. OLE color: 721243.
HSL color Cylindrical-coordinate representation of color #5B010B: hue angle of 353.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B010B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.64 |
| HSL | 353.33º | 0.98% | 0.18% | - |
| HSV(B) | 353.33º | 0.99% | 0.36% | - |
| XYZ | 4.39 | 2.27 | 0.52 | - |
| YUV | 29.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 11 | 0 | 0.99 | 0.88 | 0.64 | 353.33 | 0.98 | 0.18 |
| Hex | 5B | 1 | B | 0 | 63 | 58 | 40 | 161 | 62 | 12 |
| Octal | 133 | 1 | 13 | 0 | 143 | 130 | 100 | 541 | 142 | 22 |
| Binary | 1011011 | 1 | 1011 | 0 | 1100011 | 1011000 | 1000000 | 101100001 | 1100010 | 10010 |
Color Harmonies of #5B010B
Complementary color
Monochromatic Colors of #5B010B
Black with #5B010B
Text Example
Text Example
White with #5B010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B010B; }
p { color: rgb(91,1,11); }
H1.HeaderClassName
{
color: #5B010B;
}
.AnyTagClassName
{
color: #5B010B;
}
</style>
background-color css
<style>
a { background-color: #5B010B; }
a { background-color: rgb(91,1,11); }
div.DivClassName
{
background-color: #5B010B;
}
.BgClassName
{
background-color: #5B010B;
}
</style>
border-color css
<style>
span { border-color: #5B010B; }
span { border-color: rgb(91,1,11); }
td.TdClassName
{
border-color: #5B010B;
}
.TagClassName
{
border-color: #5B010B;
}
</style>