Shades of Pohutukawa #5A152D
Tints of Pohutukawa #5A152D
RGB
CMYK
RGB Variations
Color information
#5A152D (or 0x5A152D) is known color: Pohutukawa. HEX triplet: 5A, 15 and 2D. RGB value is (90,21,45). Sum of RGB (Red+Green+Blue) = 90+21+45=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A152D is #A5EAD2. Grayscale: #2C2C2C. Windows color (decimal): -10873555 or 2954586. OLE color: 2954586.
HSL color Cylindrical-coordinate representation of color #5A152D: hue angle of 339.13º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A152D is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 45 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.65 |
| HSL | 339.13º | 0.62% | 0.22% | - |
| HSV(B) | 339.13º | 0.77% | 0.35% | - |
| XYZ | 4.96 | 2.9 | 2.78 | - |
| YUV | 44.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 45 | 0 | 0.77 | 0.50 | 0.65 | 339.13 | 0.62 | 0.22 |
| Hex | 5A | 15 | 2D | 0 | 4D | 32 | 41 | 153 | 3E | 16 |
| Octal | 132 | 25 | 55 | 0 | 115 | 62 | 101 | 523 | 76 | 26 |
| Binary | 1011010 | 10101 | 101101 | 0 | 1001101 | 110010 | 1000001 | 101010011 | 111110 | 10110 |
Color Harmonies of #5A152D
Complementary color
Monochromatic Colors of #5A152D
Black with #5A152D
Text Example
Text Example
White with #5A152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A152D; }
p { color: rgb(90,21,45); }
H1.HeaderClassName
{
color: #5A152D;
}
.AnyTagClassName
{
color: #5A152D;
}
</style>
background-color css
<style>
a { background-color: #5A152D; }
a { background-color: rgb(90,21,45); }
div.DivClassName
{
background-color: #5A152D;
}
.BgClassName
{
background-color: #5A152D;
}
</style>
border-color css
<style>
span { border-color: #5A152D; }
span { border-color: rgb(90,21,45); }
td.TdClassName
{
border-color: #5A152D;
}
.TagClassName
{
border-color: #5A152D;
}
</style>