Shades of Pohutukawa #5E1525
Tints of Pohutukawa #5E1525
RGB
CMYK
RGB Variations
Color information
#5E1525 (or 0x5E1525) is known color: Pohutukawa. HEX triplet: 5E, 15 and 25. RGB value is (94,21,37). Sum of RGB (Red+Green+Blue) = 94+21+37=152 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.84% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1525 is #A1EADA. Grayscale: #2C2C2C. Windows color (decimal): -10611419 or 2430302. OLE color: 2430302.
HSL color Cylindrical-coordinate representation of color #5E1525: hue angle of 346.85º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1525 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 37 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.63 |
| HSL | 346.85º | 0.63% | 0.23% | - |
| HSV(B) | 346.85º | 0.78% | 0.37% | - |
| XYZ | 5.22 | 3.05 | 2.06 | - |
| YUV | 44.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 37 | 0 | 0.78 | 0.61 | 0.63 | 346.85 | 0.63 | 0.23 |
| Hex | 5E | 15 | 25 | 0 | 4E | 3D | 3F | 15B | 3F | 17 |
| Octal | 136 | 25 | 45 | 0 | 116 | 75 | 77 | 533 | 77 | 27 |
| Binary | 1011110 | 10101 | 100101 | 0 | 1001110 | 111101 | 111111 | 101011011 | 111111 | 10111 |
Color Harmonies of #5E1525
Complementary color
Monochromatic Colors of #5E1525
Black with #5E1525
Text Example
Text Example
White with #5E1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1525; }
p { color: rgb(94,21,37); }
H1.HeaderClassName
{
color: #5E1525;
}
.AnyTagClassName
{
color: #5E1525;
}
</style>
background-color css
<style>
a { background-color: #5E1525; }
a { background-color: rgb(94,21,37); }
div.DivClassName
{
background-color: #5E1525;
}
.BgClassName
{
background-color: #5E1525;
}
</style>
border-color css
<style>
span { border-color: #5E1525; }
span { border-color: rgb(94,21,37); }
td.TdClassName
{
border-color: #5E1525;
}
.TagClassName
{
border-color: #5E1525;
}
</style>