Shades of Pohutukawa #5B080F
Tints of Pohutukawa #5B080F
RGB
CMYK
RGB Variations
Color information
#5B080F (or 0x5B080F) is known color: Pohutukawa. HEX triplet: 5B, 08 and 0F. RGB value is (91,8,15). Sum of RGB (Red+Green+Blue) = 91+8+15=114 (15% of max value = 765). Red value is 91 (35.94% from 255 or 79.82% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 91 - color contains mainly: red. Hex color #5B080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B080F is #A4F7F0. Grayscale: #212121. Windows color (decimal): -10811377 or 985179. OLE color: 985179.
HSL color Cylindrical-coordinate representation of color #5B080F: hue angle of 354.94º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B080F is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 8 | 15 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.64 |
| HSL | 354.94º | 0.84% | 0.19% | - |
| HSV(B) | 354.94º | 0.91% | 0.36% | - |
| XYZ | 4.49 | 2.43 | 0.68 | - |
| YUV | 33.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 15 | 0 | 0.91 | 0.84 | 0.64 | 354.94 | 0.84 | 0.19 |
| Hex | 5B | 8 | F | 0 | 5B | 54 | 40 | 163 | 54 | 13 |
| Octal | 133 | 10 | 17 | 0 | 133 | 124 | 100 | 543 | 124 | 23 |
| Binary | 1011011 | 1000 | 1111 | 0 | 1011011 | 1010100 | 1000000 | 101100011 | 1010100 | 10011 |
Color Harmonies of #5B080F
Complementary color
Monochromatic Colors of #5B080F
Black with #5B080F
Text Example
Text Example
White with #5B080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B080F; }
p { color: rgb(91,8,15); }
H1.HeaderClassName
{
color: #5B080F;
}
.AnyTagClassName
{
color: #5B080F;
}
</style>
background-color css
<style>
a { background-color: #5B080F; }
a { background-color: rgb(91,8,15); }
div.DivClassName
{
background-color: #5B080F;
}
.BgClassName
{
background-color: #5B080F;
}
</style>
border-color css
<style>
span { border-color: #5B080F; }
span { border-color: rgb(91,8,15); }
td.TdClassName
{
border-color: #5B080F;
}
.TagClassName
{
border-color: #5B080F;
}
</style>