Shades of Pohutukawa #5B030B
Tints of Pohutukawa #5B030B
RGB
CMYK
RGB Variations
Color information
#5B030B (or 0x5B030B) is known color: Pohutukawa. HEX triplet: 5B, 03 and 0B. RGB value is (91,3,11). Sum of RGB (Red+Green+Blue) = 91+3+11=105 (13% of max value = 765). Red value is 91 (35.94% from 255 or 86.67% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 91 - color contains mainly: red. Hex color #5B030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B030B is #A4FCF4. Grayscale: #1E1E1E. Windows color (decimal): -10812661 or 721755. OLE color: 721755.
HSL color Cylindrical-coordinate representation of color #5B030B: hue angle of 354.55º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B030B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.64 |
| HSL | 354.55º | 0.94% | 0.18% | - |
| HSV(B) | 354.55º | 0.97% | 0.36% | - |
| XYZ | 4.41 | 2.31 | 0.53 | - |
| YUV | 30.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 11 | 0 | 0.97 | 0.88 | 0.64 | 354.55 | 0.94 | 0.18 |
| Hex | 5B | 3 | B | 0 | 61 | 58 | 40 | 163 | 5E | 12 |
| Octal | 133 | 3 | 13 | 0 | 141 | 130 | 100 | 543 | 136 | 22 |
| Binary | 1011011 | 11 | 1011 | 0 | 1100001 | 1011000 | 1000000 | 101100011 | 1011110 | 10010 |
Color Harmonies of #5B030B
Complementary color
Monochromatic Colors of #5B030B
Black with #5B030B
Text Example
Text Example
White with #5B030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B030B; }
p { color: rgb(91,3,11); }
H1.HeaderClassName
{
color: #5B030B;
}
.AnyTagClassName
{
color: #5B030B;
}
</style>
background-color css
<style>
a { background-color: #5B030B; }
a { background-color: rgb(91,3,11); }
div.DivClassName
{
background-color: #5B030B;
}
.BgClassName
{
background-color: #5B030B;
}
</style>
border-color css
<style>
span { border-color: #5B030B; }
span { border-color: rgb(91,3,11); }
td.TdClassName
{
border-color: #5B030B;
}
.TagClassName
{
border-color: #5B030B;
}
</style>