Shades of Pohutukawa #5B1425
Tints of Pohutukawa #5B1425
RGB
CMYK
RGB Variations
Color information
#5B1425 (or 0x5B1425) is known color: Pohutukawa. HEX triplet: 5B, 14 and 25. RGB value is (91,20,37). Sum of RGB (Red+Green+Blue) = 91+20+37=148 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.49% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1425 is #A4EBDA. Grayscale: #2B2B2B. Windows color (decimal): -10808283 or 2430043. OLE color: 2430043.
HSL color Cylindrical-coordinate representation of color #5B1425: hue angle of 345.63º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1425 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 20 | 37 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.64 |
| HSL | 345.63º | 0.64% | 0.22% | - |
| HSV(B) | 345.63º | 0.78% | 0.36% | - |
| XYZ | 4.9 | 2.86 | 2.04 | - |
| YUV | 43.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 37 | 0 | 0.78 | 0.59 | 0.64 | 345.63 | 0.64 | 0.22 |
| Hex | 5B | 14 | 25 | 0 | 4E | 3B | 40 | 15A | 40 | 16 |
| Octal | 133 | 24 | 45 | 0 | 116 | 73 | 100 | 532 | 100 | 26 |
| Binary | 1011011 | 10100 | 100101 | 0 | 1001110 | 111011 | 1000000 | 101011010 | 1000000 | 10110 |
Color Harmonies of #5B1425
Complementary color
Monochromatic Colors of #5B1425
Black with #5B1425
Text Example
Text Example
White with #5B1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1425; }
p { color: rgb(91,20,37); }
H1.HeaderClassName
{
color: #5B1425;
}
.AnyTagClassName
{
color: #5B1425;
}
</style>
background-color css
<style>
a { background-color: #5B1425; }
a { background-color: rgb(91,20,37); }
div.DivClassName
{
background-color: #5B1425;
}
.BgClassName
{
background-color: #5B1425;
}
</style>
border-color css
<style>
span { border-color: #5B1425; }
span { border-color: rgb(91,20,37); }
td.TdClassName
{
border-color: #5B1425;
}
.TagClassName
{
border-color: #5B1425;
}
</style>