Shades of Pohutukawa #5A0D21
Tints of Pohutukawa #5A0D21
RGB
CMYK
RGB Variations
Color information
#5A0D21 (or 0x5A0D21) is known color: Pohutukawa. HEX triplet: 5A, 0D and 21. RGB value is (90,13,33). Sum of RGB (Red+Green+Blue) = 90+13+33=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0D21 is #A5F2DE. Grayscale: #262626. Windows color (decimal): -10875615 or 2166106. OLE color: 2166106.
HSL color Cylindrical-coordinate representation of color #5A0D21: hue angle of 344.42º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D21 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 13 | 33 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.65 |
| HSL | 344.42º | 0.75% | 0.2% | - |
| HSV(B) | 344.42º | 0.86% | 0.35% | - |
| XYZ | 4.63 | 2.57 | 1.69 | - |
| YUV | 38.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 33 | 0 | 0.86 | 0.63 | 0.65 | 344.42 | 0.75 | 0.2 |
| Hex | 5A | D | 21 | 0 | 56 | 3F | 41 | 158 | 4B | 14 |
| Octal | 132 | 15 | 41 | 0 | 126 | 77 | 101 | 530 | 113 | 24 |
| Binary | 1011010 | 1101 | 100001 | 0 | 1010110 | 111111 | 1000001 | 101011000 | 1001011 | 10100 |
Color Harmonies of #5A0D21
Complementary color
Monochromatic Colors of #5A0D21
Black with #5A0D21
Text Example
Text Example
White with #5A0D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D21; }
p { color: rgb(90,13,33); }
H1.HeaderClassName
{
color: #5A0D21;
}
.AnyTagClassName
{
color: #5A0D21;
}
</style>
background-color css
<style>
a { background-color: #5A0D21; }
a { background-color: rgb(90,13,33); }
div.DivClassName
{
background-color: #5A0D21;
}
.BgClassName
{
background-color: #5A0D21;
}
</style>
border-color css
<style>
span { border-color: #5A0D21; }
span { border-color: rgb(90,13,33); }
td.TdClassName
{
border-color: #5A0D21;
}
.TagClassName
{
border-color: #5A0D21;
}
</style>