Shades of Pohutukawa #5B051B
Tints of Pohutukawa #5B051B
RGB
CMYK
RGB Variations
Color information
#5B051B (or 0x5B051B) is known color: Pohutukawa. HEX triplet: 5B, 05 and 1B. RGB value is (91,5,27). Sum of RGB (Red+Green+Blue) = 91+5+27=123 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.98% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 91 - color contains mainly: red. Hex color #5B051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B051B is #A4FAE4. Grayscale: #212121. Windows color (decimal): -10812133 or 1770843. OLE color: 1770843.
HSL color Cylindrical-coordinate representation of color #5B051B: hue angle of 344.65º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B051B is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 27 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.64 |
| HSL | 344.65º | 0.9% | 0.19% | - |
| HSV(B) | 344.65º | 0.95% | 0.36% | - |
| XYZ | 4.57 | 2.41 | 1.26 | - |
| YUV | 33.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 27 | 0 | 0.95 | 0.70 | 0.64 | 344.65 | 0.9 | 0.19 |
| Hex | 5B | 5 | 1B | 0 | 5F | 46 | 40 | 159 | 5A | 13 |
| Octal | 133 | 5 | 33 | 0 | 137 | 106 | 100 | 531 | 132 | 23 |
| Binary | 1011011 | 101 | 11011 | 0 | 1011111 | 1000110 | 1000000 | 101011001 | 1011010 | 10011 |
Color Harmonies of #5B051B
Complementary color
Monochromatic Colors of #5B051B
Black with #5B051B
Text Example
Text Example
White with #5B051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B051B; }
p { color: rgb(91,5,27); }
H1.HeaderClassName
{
color: #5B051B;
}
.AnyTagClassName
{
color: #5B051B;
}
</style>
background-color css
<style>
a { background-color: #5B051B; }
a { background-color: rgb(91,5,27); }
div.DivClassName
{
background-color: #5B051B;
}
.BgClassName
{
background-color: #5B051B;
}
</style>
border-color css
<style>
span { border-color: #5B051B; }
span { border-color: rgb(91,5,27); }
td.TdClassName
{
border-color: #5B051B;
}
.TagClassName
{
border-color: #5B051B;
}
</style>