Shades of Pohutukawa #5B0312
Tints of Pohutukawa #5B0312
RGB
CMYK
RGB Variations
Color information
#5B0312 (or 0x5B0312) is known color: Pohutukawa. HEX triplet: 5B, 03 and 12. RGB value is (91,3,18). Sum of RGB (Red+Green+Blue) = 91+3+18=112 (14% of max value = 765). Red value is 91 (35.94% from 255 or 81.25% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0312 is #A4FCED. Grayscale: #1F1F1F. Windows color (decimal): -10812654 or 1180507. OLE color: 1180507.
HSL color Cylindrical-coordinate representation of color #5B0312: hue angle of 349.77º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0312 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 18 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.64 |
| HSL | 349.77º | 0.94% | 0.18% | - |
| HSV(B) | 349.77º | 0.97% | 0.36% | - |
| XYZ | 4.46 | 2.33 | 0.79 | - |
| YUV | 31.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 18 | 0 | 0.97 | 0.80 | 0.64 | 349.77 | 0.94 | 0.18 |
| Hex | 5B | 3 | 12 | 0 | 61 | 50 | 40 | 15E | 5E | 12 |
| Octal | 133 | 3 | 22 | 0 | 141 | 120 | 100 | 536 | 136 | 22 |
| Binary | 1011011 | 11 | 10010 | 0 | 1100001 | 1010000 | 1000000 | 101011110 | 1011110 | 10010 |
Color Harmonies of #5B0312
Complementary color
Monochromatic Colors of #5B0312
Black with #5B0312
Text Example
Text Example
White with #5B0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0312; }
p { color: rgb(91,3,18); }
H1.HeaderClassName
{
color: #5B0312;
}
.AnyTagClassName
{
color: #5B0312;
}
</style>
background-color css
<style>
a { background-color: #5B0312; }
a { background-color: rgb(91,3,18); }
div.DivClassName
{
background-color: #5B0312;
}
.BgClassName
{
background-color: #5B0312;
}
</style>
border-color css
<style>
span { border-color: #5B0312; }
span { border-color: rgb(91,3,18); }
td.TdClassName
{
border-color: #5B0312;
}
.TagClassName
{
border-color: #5B0312;
}
</style>