Shades of Pohutukawa #5B1625
Tints of Pohutukawa #5B1625
RGB
CMYK
RGB Variations
Color information
#5B1625 (or 0x5B1625) is known color: Pohutukawa. HEX triplet: 5B, 16 and 25. RGB value is (91,22,37). Sum of RGB (Red+Green+Blue) = 91+22+37=150 (19% of max value = 765). Red value is 91 (35.94% from 255 or 60.67% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1625 is #A4E9DA. Grayscale: #2C2C2C. Windows color (decimal): -10807771 or 2430555. OLE color: 2430555.
HSL color Cylindrical-coordinate representation of color #5B1625: hue angle of 346.96º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1625 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 37 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.64 |
| HSL | 346.96º | 0.61% | 0.22% | - |
| HSV(B) | 346.96º | 0.76% | 0.36% | - |
| XYZ | 4.94 | 2.93 | 2.06 | - |
| YUV | 44.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 37 | 0 | 0.76 | 0.59 | 0.64 | 346.96 | 0.61 | 0.22 |
| Hex | 5B | 16 | 25 | 0 | 4C | 3B | 40 | 15B | 3D | 16 |
| Octal | 133 | 26 | 45 | 0 | 114 | 73 | 100 | 533 | 75 | 26 |
| Binary | 1011011 | 10110 | 100101 | 0 | 1001100 | 111011 | 1000000 | 101011011 | 111101 | 10110 |
Color Harmonies of #5B1625
Complementary color
Monochromatic Colors of #5B1625
Black with #5B1625
Text Example
Text Example
White with #5B1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1625; }
p { color: rgb(91,22,37); }
H1.HeaderClassName
{
color: #5B1625;
}
.AnyTagClassName
{
color: #5B1625;
}
</style>
background-color css
<style>
a { background-color: #5B1625; }
a { background-color: rgb(91,22,37); }
div.DivClassName
{
background-color: #5B1625;
}
.BgClassName
{
background-color: #5B1625;
}
</style>
border-color css
<style>
span { border-color: #5B1625; }
span { border-color: rgb(91,22,37); }
td.TdClassName
{
border-color: #5B1625;
}
.TagClassName
{
border-color: #5B1625;
}
</style>