Shades of Pohutukawa #5B0010
Tints of Pohutukawa #5B0010
RGB
CMYK
RGB Variations
Color information
#5B0010 (or 0x5B0010) is known color: Pohutukawa. HEX triplet: 5B, 00 and 10. RGB value is (91,0,16). Sum of RGB (Red+Green+Blue) = 91+0+16=107 (14% of max value = 765). Red value is 91 (35.94% from 255 or 85.05% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0010 is #A4FFEF. Grayscale: #1D1D1D. Windows color (decimal): -10813424 or 1048667. OLE color: 1048667.
HSL color Cylindrical-coordinate representation of color #5B0010: hue angle of 349.45º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0010 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.82 | 0.64 |
| HSL | 349.45º | 1% | 0.18% | - |
| HSV(B) | 349.45º | 1% | 0.36% | - |
| XYZ | 4.41 | 2.26 | 0.69 | - |
| YUV | 29.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 16 | 0 | 1 | 0.82 | 0.64 | 349.45 | 1 | 0.18 |
| Hex | 5B | 0 | 10 | 0 | 64 | 52 | 40 | 15D | 64 | 12 |
| Octal | 133 | 0 | 20 | 0 | 144 | 122 | 100 | 535 | 144 | 22 |
| Binary | 1011011 | 0 | 10000 | 0 | 1100100 | 1010010 | 1000000 | 101011101 | 1100100 | 10010 |
Color Harmonies of #5B0010
Complementary color
Monochromatic Colors of #5B0010
Black with #5B0010
Text Example
Text Example
White with #5B0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0010; }
p { color: rgb(91,0,16); }
H1.HeaderClassName
{
color: #5B0010;
}
.AnyTagClassName
{
color: #5B0010;
}
</style>
background-color css
<style>
a { background-color: #5B0010; }
a { background-color: rgb(91,0,16); }
div.DivClassName
{
background-color: #5B0010;
}
.BgClassName
{
background-color: #5B0010;
}
</style>
border-color css
<style>
span { border-color: #5B0010; }
span { border-color: rgb(91,0,16); }
td.TdClassName
{
border-color: #5B0010;
}
.TagClassName
{
border-color: #5B0010;
}
</style>