Shades of Pohutukawa #5A121F
Tints of Pohutukawa #5A121F
RGB
CMYK
RGB Variations
Color information
#5A121F (or 0x5A121F) is known color: Pohutukawa. HEX triplet: 5A, 12 and 1F. RGB value is (90,18,31). Sum of RGB (Red+Green+Blue) = 90+18+31=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A121F is #A5EDE0. Grayscale: #292929. Windows color (decimal): -10874337 or 2036314. OLE color: 2036314.
HSL color Cylindrical-coordinate representation of color #5A121F: hue angle of 349.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A121F is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 31 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.65 |
| HSL | 349.17º | 0.67% | 0.21% | - |
| HSV(B) | 349.17º | 0.8% | 0.35% | - |
| XYZ | 4.68 | 2.71 | 1.57 | - |
| YUV | 41.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 31 | 0 | 0.80 | 0.66 | 0.65 | 349.17 | 0.67 | 0.21 |
| Hex | 5A | 12 | 1F | 0 | 50 | 42 | 41 | 15D | 43 | 15 |
| Octal | 132 | 22 | 37 | 0 | 120 | 102 | 101 | 535 | 103 | 25 |
| Binary | 1011010 | 10010 | 11111 | 0 | 1010000 | 1000010 | 1000001 | 101011101 | 1000011 | 10101 |
Color Harmonies of #5A121F
Complementary color
Monochromatic Colors of #5A121F
Black with #5A121F
Text Example
Text Example
White with #5A121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A121F; }
p { color: rgb(90,18,31); }
H1.HeaderClassName
{
color: #5A121F;
}
.AnyTagClassName
{
color: #5A121F;
}
</style>
background-color css
<style>
a { background-color: #5A121F; }
a { background-color: rgb(90,18,31); }
div.DivClassName
{
background-color: #5A121F;
}
.BgClassName
{
background-color: #5A121F;
}
</style>
border-color css
<style>
span { border-color: #5A121F; }
span { border-color: rgb(90,18,31); }
td.TdClassName
{
border-color: #5A121F;
}
.TagClassName
{
border-color: #5A121F;
}
</style>