Shades of Pohutukawa #5B0C1F
Tints of Pohutukawa #5B0C1F
RGB
CMYK
RGB Variations
Color information
#5B0C1F (or 0x5B0C1F) is known color: Pohutukawa. HEX triplet: 5B, 0C and 1F. RGB value is (91,12,31). Sum of RGB (Red+Green+Blue) = 91+12+31=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0C1F is #A4F3E0. Grayscale: #252525. Windows color (decimal): -10810337 or 2034779. OLE color: 2034779.
HSL color Cylindrical-coordinate representation of color #5B0C1F: hue angle of 345.57º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B0C1F is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 12 | 31 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.64 |
| HSL | 345.57º | 0.77% | 0.2% | - |
| HSV(B) | 345.57º | 0.87% | 0.36% | - |
| XYZ | 4.69 | 2.59 | 1.55 | - |
| YUV | 37.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 31 | 0 | 0.87 | 0.66 | 0.64 | 345.57 | 0.77 | 0.2 |
| Hex | 5B | C | 1F | 0 | 57 | 42 | 40 | 15A | 4D | 14 |
| Octal | 133 | 14 | 37 | 0 | 127 | 102 | 100 | 532 | 115 | 24 |
| Binary | 1011011 | 1100 | 11111 | 0 | 1010111 | 1000010 | 1000000 | 101011010 | 1001101 | 10100 |
Color Harmonies of #5B0C1F
Complementary color
Monochromatic Colors of #5B0C1F
Black with #5B0C1F
Text Example
Text Example
White with #5B0C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0C1F; }
p { color: rgb(91,12,31); }
H1.HeaderClassName
{
color: #5B0C1F;
}
.AnyTagClassName
{
color: #5B0C1F;
}
</style>
background-color css
<style>
a { background-color: #5B0C1F; }
a { background-color: rgb(91,12,31); }
div.DivClassName
{
background-color: #5B0C1F;
}
.BgClassName
{
background-color: #5B0C1F;
}
</style>
border-color css
<style>
span { border-color: #5B0C1F; }
span { border-color: rgb(91,12,31); }
td.TdClassName
{
border-color: #5B0C1F;
}
.TagClassName
{
border-color: #5B0C1F;
}
</style>