Shades of Pohutukawa #5A121B
Tints of Pohutukawa #5A121B
RGB
CMYK
RGB Variations
Color information
#5A121B (or 0x5A121B) is known color: Pohutukawa. HEX triplet: 5A, 12 and 1B. RGB value is (90,18,27). Sum of RGB (Red+Green+Blue) = 90+18+27=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A121B is #A5EDE4. Grayscale: #282828. Windows color (decimal): -10874341 or 1774170. OLE color: 1774170.
HSL color Cylindrical-coordinate representation of color #5A121B: hue angle of 352.5º 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 #5A121B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 27 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.65 |
| HSL | 352.5º | 0.67% | 0.21% | - |
| HSV(B) | 352.5º | 0.8% | 0.35% | - |
| XYZ | 4.63 | 2.69 | 1.31 | - |
| YUV | 40.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 27 | 0 | 0.80 | 0.70 | 0.65 | 352.5 | 0.67 | 0.21 |
| Hex | 5A | 12 | 1B | 0 | 50 | 46 | 41 | 160 | 43 | 15 |
| Octal | 132 | 22 | 33 | 0 | 120 | 106 | 101 | 540 | 103 | 25 |
| Binary | 1011010 | 10010 | 11011 | 0 | 1010000 | 1000110 | 1000001 | 101100000 | 1000011 | 10101 |
Color Harmonies of #5A121B
Complementary color
Monochromatic Colors of #5A121B
Black with #5A121B
Text Example
Text Example
White with #5A121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A121B; }
p { color: rgb(90,18,27); }
H1.HeaderClassName
{
color: #5A121B;
}
.AnyTagClassName
{
color: #5A121B;
}
</style>
background-color css
<style>
a { background-color: #5A121B; }
a { background-color: rgb(90,18,27); }
div.DivClassName
{
background-color: #5A121B;
}
.BgClassName
{
background-color: #5A121B;
}
</style>
border-color css
<style>
span { border-color: #5A121B; }
span { border-color: rgb(90,18,27); }
td.TdClassName
{
border-color: #5A121B;
}
.TagClassName
{
border-color: #5A121B;
}
</style>