Shades of Pohutukawa #5A151F
Tints of Pohutukawa #5A151F
RGB
CMYK
RGB Variations
Color information
#5A151F (or 0x5A151F) is known color: Pohutukawa. HEX triplet: 5A, 15 and 1F. RGB value is (90,21,31). Sum of RGB (Red+Green+Blue) = 90+21+31=142 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.38% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 90 - color contains mainly: red. Hex color #5A151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A151F is #A5EAE0. Grayscale: #2A2A2A. Windows color (decimal): -10873569 or 2037082. OLE color: 2037082.
HSL color Cylindrical-coordinate representation of color #5A151F: hue angle of 351.3º 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 #5A151F is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 31 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.65 |
| HSL | 351.3º | 0.62% | 0.22% | - |
| HSV(B) | 351.3º | 0.77% | 0.35% | - |
| XYZ | 4.73 | 2.81 | 1.59 | - |
| YUV | 42.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 31 | 0 | 0.77 | 0.66 | 0.65 | 351.3 | 0.62 | 0.22 |
| Hex | 5A | 15 | 1F | 0 | 4D | 42 | 41 | 15F | 3E | 16 |
| Octal | 132 | 25 | 37 | 0 | 115 | 102 | 101 | 537 | 76 | 26 |
| Binary | 1011010 | 10101 | 11111 | 0 | 1001101 | 1000010 | 1000001 | 101011111 | 111110 | 10110 |
Color Harmonies of #5A151F
Complementary color
Monochromatic Colors of #5A151F
Black with #5A151F
Text Example
Text Example
White with #5A151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A151F; }
p { color: rgb(90,21,31); }
H1.HeaderClassName
{
color: #5A151F;
}
.AnyTagClassName
{
color: #5A151F;
}
</style>
background-color css
<style>
a { background-color: #5A151F; }
a { background-color: rgb(90,21,31); }
div.DivClassName
{
background-color: #5A151F;
}
.BgClassName
{
background-color: #5A151F;
}
</style>
border-color css
<style>
span { border-color: #5A151F; }
span { border-color: rgb(90,21,31); }
td.TdClassName
{
border-color: #5A151F;
}
.TagClassName
{
border-color: #5A151F;
}
</style>