Shades of Pohutukawa #5B1929
Tints of Pohutukawa #5B1929
RGB
CMYK
RGB Variations
Color information
#5B1929 (or 0x5B1929) is known color: Pohutukawa. HEX triplet: 5B, 19 and 29. RGB value is (91,25,41). Sum of RGB (Red+Green+Blue) = 91+25+41=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1929 is #A4E6D6. Grayscale: #2E2E2E. Windows color (decimal): -10806999 or 2693467. OLE color: 2693467.
HSL color Cylindrical-coordinate representation of color #5B1929: hue angle of 345.45º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B1929 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 41 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.64 |
| HSL | 345.45º | 0.57% | 0.23% | - |
| HSV(B) | 345.45º | 0.73% | 0.36% | - |
| XYZ | 5.06 | 3.08 | 2.43 | - |
| YUV | 46.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 41 | 0 | 0.73 | 0.55 | 0.64 | 345.45 | 0.57 | 0.23 |
| Hex | 5B | 19 | 29 | 0 | 49 | 37 | 40 | 159 | 39 | 17 |
| Octal | 133 | 31 | 51 | 0 | 111 | 67 | 100 | 531 | 71 | 27 |
| Binary | 1011011 | 11001 | 101001 | 0 | 1001001 | 110111 | 1000000 | 101011001 | 111001 | 10111 |
Color Harmonies of #5B1929
Complementary color
Monochromatic Colors of #5B1929
Black with #5B1929
Text Example
Text Example
White with #5B1929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1929; }
p { color: rgb(91,25,41); }
H1.HeaderClassName
{
color: #5B1929;
}
.AnyTagClassName
{
color: #5B1929;
}
</style>
background-color css
<style>
a { background-color: #5B1929; }
a { background-color: rgb(91,25,41); }
div.DivClassName
{
background-color: #5B1929;
}
.BgClassName
{
background-color: #5B1929;
}
</style>
border-color css
<style>
span { border-color: #5B1929; }
span { border-color: rgb(91,25,41); }
td.TdClassName
{
border-color: #5B1929;
}
.TagClassName
{
border-color: #5B1929;
}
</style>