Shades of Pohutukawa #5A121C
Tints of Pohutukawa #5A121C
RGB
CMYK
RGB Variations
Color information
#5A121C (or 0x5A121C) is known color: Pohutukawa. HEX triplet: 5A, 12 and 1C. RGB value is (90,18,28). Sum of RGB (Red+Green+Blue) = 90+18+28=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A121C is #A5EDE3. Grayscale: #282828. Windows color (decimal): -10874340 or 1839706. OLE color: 1839706.
HSL color Cylindrical-coordinate representation of color #5A121C: hue angle of 351.67º 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 #5A121C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 28 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.65 |
| HSL | 351.67º | 0.67% | 0.21% | - |
| HSV(B) | 351.67º | 0.8% | 0.35% | - |
| XYZ | 4.64 | 2.69 | 1.37 | - |
| YUV | 40.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 28 | 0 | 0.80 | 0.69 | 0.65 | 351.67 | 0.67 | 0.21 |
| Hex | 5A | 12 | 1C | 0 | 50 | 45 | 41 | 160 | 43 | 15 |
| Octal | 132 | 22 | 34 | 0 | 120 | 105 | 101 | 540 | 103 | 25 |
| Binary | 1011010 | 10010 | 11100 | 0 | 1010000 | 1000101 | 1000001 | 101100000 | 1000011 | 10101 |
Color Harmonies of #5A121C
Complementary color
Monochromatic Colors of #5A121C
Black with #5A121C
Text Example
Text Example
White with #5A121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A121C; }
p { color: rgb(90,18,28); }
H1.HeaderClassName
{
color: #5A121C;
}
.AnyTagClassName
{
color: #5A121C;
}
</style>
background-color css
<style>
a { background-color: #5A121C; }
a { background-color: rgb(90,18,28); }
div.DivClassName
{
background-color: #5A121C;
}
.BgClassName
{
background-color: #5A121C;
}
</style>
border-color css
<style>
span { border-color: #5A121C; }
span { border-color: rgb(90,18,28); }
td.TdClassName
{
border-color: #5A121C;
}
.TagClassName
{
border-color: #5A121C;
}
</style>