Shades of Pohutukawa #5B021D
Tints of Pohutukawa #5B021D
RGB
CMYK
RGB Variations
Color information
#5B021D (or 0x5B021D) is known color: Pohutukawa. HEX triplet: 5B, 02 and 1D. RGB value is (91,2,29). Sum of RGB (Red+Green+Blue) = 91+2+29=122 (16% of max value = 765). Red value is 91 (35.94% from 255 or 74.59% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 91 - color contains mainly: red. Hex color #5B021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B021D is #A4FDE2. Grayscale: #1F1F1F. Windows color (decimal): -10812899 or 1901147. OLE color: 1901147.
HSL color Cylindrical-coordinate representation of color #5B021D: hue angle of 341.8º 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 #5B021D is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 29 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.64 |
| HSL | 341.8º | 0.96% | 0.18% | - |
| HSV(B) | 341.8º | 0.98% | 0.36% | - |
| XYZ | 4.56 | 2.36 | 1.38 | - |
| YUV | 31.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 29 | 0 | 0.98 | 0.68 | 0.64 | 341.8 | 0.96 | 0.18 |
| Hex | 5B | 2 | 1D | 0 | 62 | 44 | 40 | 156 | 60 | 12 |
| Octal | 133 | 2 | 35 | 0 | 142 | 104 | 100 | 526 | 140 | 22 |
| Binary | 1011011 | 10 | 11101 | 0 | 1100010 | 1000100 | 1000000 | 101010110 | 1100000 | 10010 |
Color Harmonies of #5B021D
Complementary color
Monochromatic Colors of #5B021D
Black with #5B021D
Text Example
Text Example
White with #5B021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B021D; }
p { color: rgb(91,2,29); }
H1.HeaderClassName
{
color: #5B021D;
}
.AnyTagClassName
{
color: #5B021D;
}
</style>
background-color css
<style>
a { background-color: #5B021D; }
a { background-color: rgb(91,2,29); }
div.DivClassName
{
background-color: #5B021D;
}
.BgClassName
{
background-color: #5B021D;
}
</style>
border-color css
<style>
span { border-color: #5B021D; }
span { border-color: rgb(91,2,29); }
td.TdClassName
{
border-color: #5B021D;
}
.TagClassName
{
border-color: #5B021D;
}
</style>