Shades of Pohutukawa #5B182A
Tints of Pohutukawa #5B182A
RGB
CMYK
RGB Variations
Color information
#5B182A (or 0x5B182A) is known color: Pohutukawa. HEX triplet: 5B, 18 and 2A. RGB value is (91,24,42). Sum of RGB (Red+Green+Blue) = 91+24+42=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B182A is #A4E7D5. Grayscale: #2E2E2E. Windows color (decimal): -10807254 or 2758747. OLE color: 2758747.
HSL color Cylindrical-coordinate representation of color #5B182A: hue angle of 343.88º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B182A is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 24 | 42 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.64 |
| HSL | 343.88º | 0.58% | 0.23% | - |
| HSV(B) | 343.88º | 0.74% | 0.36% | - |
| XYZ | 5.06 | 3.04 | 2.51 | - |
| YUV | 46.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 42 | 0 | 0.74 | 0.54 | 0.64 | 343.88 | 0.58 | 0.23 |
| Hex | 5B | 18 | 2A | 0 | 4A | 36 | 40 | 158 | 3A | 17 |
| Octal | 133 | 30 | 52 | 0 | 112 | 66 | 100 | 530 | 72 | 27 |
| Binary | 1011011 | 11000 | 101010 | 0 | 1001010 | 110110 | 1000000 | 101011000 | 111010 | 10111 |
Color Harmonies of #5B182A
Complementary color
Monochromatic Colors of #5B182A
Black with #5B182A
Text Example
Text Example
White with #5B182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B182A; }
p { color: rgb(91,24,42); }
H1.HeaderClassName
{
color: #5B182A;
}
.AnyTagClassName
{
color: #5B182A;
}
</style>
background-color css
<style>
a { background-color: #5B182A; }
a { background-color: rgb(91,24,42); }
div.DivClassName
{
background-color: #5B182A;
}
.BgClassName
{
background-color: #5B182A;
}
</style>
border-color css
<style>
span { border-color: #5B182A; }
span { border-color: rgb(91,24,42); }
td.TdClassName
{
border-color: #5B182A;
}
.TagClassName
{
border-color: #5B182A;
}
</style>