Shades of Pohutukawa #5A1D2C
Tints of Pohutukawa #5A1D2C
RGB
CMYK
RGB Variations
Color information
#5A1D2C (or 0x5A1D2C) is known color: Pohutukawa. HEX triplet: 5A, 1D and 2C. RGB value is (90,29,44). Sum of RGB (Red+Green+Blue) = 90+29+44=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1D2C is #A5E2D3. Grayscale: #303030. Windows color (decimal): -10871508 or 2891098. OLE color: 2891098.
HSL color Cylindrical-coordinate representation of color #5A1D2C: hue angle of 345.25º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A1D2C is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 29 | 44 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.65 |
| HSL | 345.25º | 0.51% | 0.23% | - |
| HSV(B) | 345.25º | 0.68% | 0.35% | - |
| XYZ | 5.11 | 3.23 | 2.74 | - |
| YUV | 48.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 44 | 0 | 0.68 | 0.51 | 0.65 | 345.25 | 0.51 | 0.23 |
| Hex | 5A | 1D | 2C | 0 | 44 | 33 | 41 | 159 | 33 | 17 |
| Octal | 132 | 35 | 54 | 0 | 104 | 63 | 101 | 531 | 63 | 27 |
| Binary | 1011010 | 11101 | 101100 | 0 | 1000100 | 110011 | 1000001 | 101011001 | 110011 | 10111 |
Color Harmonies of #5A1D2C
Complementary color
Monochromatic Colors of #5A1D2C
Black with #5A1D2C
Text Example
Text Example
White with #5A1D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1D2C; }
p { color: rgb(90,29,44); }
H1.HeaderClassName
{
color: #5A1D2C;
}
.AnyTagClassName
{
color: #5A1D2C;
}
</style>
background-color css
<style>
a { background-color: #5A1D2C; }
a { background-color: rgb(90,29,44); }
div.DivClassName
{
background-color: #5A1D2C;
}
.BgClassName
{
background-color: #5A1D2C;
}
</style>
border-color css
<style>
span { border-color: #5A1D2C; }
span { border-color: rgb(90,29,44); }
td.TdClassName
{
border-color: #5A1D2C;
}
.TagClassName
{
border-color: #5A1D2C;
}
</style>