Shades of Pohutukawa #5B020D
Tints of Pohutukawa #5B020D
RGB
CMYK
RGB Variations
Color information
#5B020D (or 0x5B020D) is known color: Pohutukawa. HEX triplet: 5B, 02 and 0D. RGB value is (91,2,13). Sum of RGB (Red+Green+Blue) = 91+2+13=106 (14% of max value = 765). Red value is 91 (35.94% from 255 or 85.85% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 91 - color contains mainly: red. Hex color #5B020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B020D is #A4FDF2. Grayscale: #1D1D1D. Windows color (decimal): -10812915 or 852571. OLE color: 852571.
HSL color Cylindrical-coordinate representation of color #5B020D: hue angle of 352.58º 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 #5B020D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.64 |
| HSL | 352.58º | 0.96% | 0.18% | - |
| HSV(B) | 352.58º | 0.98% | 0.36% | - |
| XYZ | 4.41 | 2.3 | 0.59 | - |
| YUV | 29.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 13 | 0 | 0.98 | 0.86 | 0.64 | 352.58 | 0.96 | 0.18 |
| Hex | 5B | 2 | D | 0 | 62 | 56 | 40 | 161 | 60 | 12 |
| Octal | 133 | 2 | 15 | 0 | 142 | 126 | 100 | 541 | 140 | 22 |
| Binary | 1011011 | 10 | 1101 | 0 | 1100010 | 1010110 | 1000000 | 101100001 | 1100000 | 10010 |
Color Harmonies of #5B020D
Complementary color
Monochromatic Colors of #5B020D
Black with #5B020D
Text Example
Text Example
White with #5B020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B020D; }
p { color: rgb(91,2,13); }
H1.HeaderClassName
{
color: #5B020D;
}
.AnyTagClassName
{
color: #5B020D;
}
</style>
background-color css
<style>
a { background-color: #5B020D; }
a { background-color: rgb(91,2,13); }
div.DivClassName
{
background-color: #5B020D;
}
.BgClassName
{
background-color: #5B020D;
}
</style>
border-color css
<style>
span { border-color: #5B020D; }
span { border-color: rgb(91,2,13); }
td.TdClassName
{
border-color: #5B020D;
}
.TagClassName
{
border-color: #5B020D;
}
</style>