Shades of Pohutukawa #5B021C
Tints of Pohutukawa #5B021C
RGB
CMYK
RGB Variations
Color information
#5B021C (or 0x5B021C) is known color: Pohutukawa. HEX triplet: 5B, 02 and 1C. RGB value is (91,2,28). Sum of RGB (Red+Green+Blue) = 91+2+28=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B021C is #A4FDE3. Grayscale: #1F1F1F. Windows color (decimal): -10812900 or 1835611. OLE color: 1835611.
HSL color Cylindrical-coordinate representation of color #5B021C: hue angle of 342.47º 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 #5B021C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 28 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.64 |
| HSL | 342.47º | 0.96% | 0.18% | - |
| HSV(B) | 342.47º | 0.98% | 0.36% | - |
| XYZ | 4.55 | 2.35 | 1.31 | - |
| YUV | 31.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 28 | 0 | 0.98 | 0.69 | 0.64 | 342.47 | 0.96 | 0.18 |
| Hex | 5B | 2 | 1C | 0 | 62 | 45 | 40 | 156 | 60 | 12 |
| Octal | 133 | 2 | 34 | 0 | 142 | 105 | 100 | 526 | 140 | 22 |
| Binary | 1011011 | 10 | 11100 | 0 | 1100010 | 1000101 | 1000000 | 101010110 | 1100000 | 10010 |
Color Harmonies of #5B021C
Complementary color
Monochromatic Colors of #5B021C
Black with #5B021C
Text Example
Text Example
White with #5B021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B021C; }
p { color: rgb(91,2,28); }
H1.HeaderClassName
{
color: #5B021C;
}
.AnyTagClassName
{
color: #5B021C;
}
</style>
background-color css
<style>
a { background-color: #5B021C; }
a { background-color: rgb(91,2,28); }
div.DivClassName
{
background-color: #5B021C;
}
.BgClassName
{
background-color: #5B021C;
}
</style>
border-color css
<style>
span { border-color: #5B021C; }
span { border-color: rgb(91,2,28); }
td.TdClassName
{
border-color: #5B021C;
}
.TagClassName
{
border-color: #5B021C;
}
</style>