Shades of Pohutukawa #5B021B
Tints of Pohutukawa #5B021B
RGB
CMYK
RGB Variations
Color information
#5B021B (or 0x5B021B) is known color: Pohutukawa. HEX triplet: 5B, 02 and 1B. RGB value is (91,2,27). Sum of RGB (Red+Green+Blue) = 91+2+27=120 (15% of max value = 765). Red value is 91 (35.94% from 255 or 75.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 91 - color contains mainly: red. Hex color #5B021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B021B is #A4FDE4. Grayscale: #1F1F1F. Windows color (decimal): -10812901 or 1770075. OLE color: 1770075.
HSL color Cylindrical-coordinate representation of color #5B021B: hue angle of 343.15º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B021B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.64 |
| HSL | 343.15º | 0.96% | 0.18% | - |
| HSV(B) | 343.15º | 0.98% | 0.36% | - |
| XYZ | 4.53 | 2.35 | 1.25 | - |
| YUV | 31.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 27 | 0 | 0.98 | 0.70 | 0.64 | 343.15 | 0.96 | 0.18 |
| Hex | 5B | 2 | 1B | 0 | 62 | 46 | 40 | 157 | 60 | 12 |
| Octal | 133 | 2 | 33 | 0 | 142 | 106 | 100 | 527 | 140 | 22 |
| Binary | 1011011 | 10 | 11011 | 0 | 1100010 | 1000110 | 1000000 | 101010111 | 1100000 | 10010 |
Color Harmonies of #5B021B
Complementary color
Monochromatic Colors of #5B021B
Black with #5B021B
Text Example
Text Example
White with #5B021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B021B; }
p { color: rgb(91,2,27); }
H1.HeaderClassName
{
color: #5B021B;
}
.AnyTagClassName
{
color: #5B021B;
}
</style>
background-color css
<style>
a { background-color: #5B021B; }
a { background-color: rgb(91,2,27); }
div.DivClassName
{
background-color: #5B021B;
}
.BgClassName
{
background-color: #5B021B;
}
</style>
border-color css
<style>
span { border-color: #5B021B; }
span { border-color: rgb(91,2,27); }
td.TdClassName
{
border-color: #5B021B;
}
.TagClassName
{
border-color: #5B021B;
}
</style>