Shades of Pohutukawa #5A101A
Tints of Pohutukawa #5A101A
RGB
CMYK
RGB Variations
Color information
#5A101A (or 0x5A101A) is known color: Pohutukawa. HEX triplet: 5A, 10 and 1A. RGB value is (90,16,26). Sum of RGB (Red+Green+Blue) = 90+16+26=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A101A is #A5EFE5. Grayscale: #272727. Windows color (decimal): -10874854 or 1708122. OLE color: 1708122.
HSL color Cylindrical-coordinate representation of color #5A101A: hue angle of 351.89º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A101A is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 26 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.65 |
| HSL | 351.89º | 0.7% | 0.21% | - |
| HSV(B) | 351.89º | 0.82% | 0.35% | - |
| XYZ | 4.59 | 2.62 | 1.24 | - |
| YUV | 39.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 26 | 0 | 0.82 | 0.71 | 0.65 | 351.89 | 0.7 | 0.21 |
| Hex | 5A | 10 | 1A | 0 | 52 | 47 | 41 | 160 | 46 | 15 |
| Octal | 132 | 20 | 32 | 0 | 122 | 107 | 101 | 540 | 106 | 25 |
| Binary | 1011010 | 10000 | 11010 | 0 | 1010010 | 1000111 | 1000001 | 101100000 | 1000110 | 10101 |
Color Harmonies of #5A101A
Complementary color
Monochromatic Colors of #5A101A
Black with #5A101A
Text Example
Text Example
White with #5A101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A101A; }
p { color: rgb(90,16,26); }
H1.HeaderClassName
{
color: #5A101A;
}
.AnyTagClassName
{
color: #5A101A;
}
</style>
background-color css
<style>
a { background-color: #5A101A; }
a { background-color: rgb(90,16,26); }
div.DivClassName
{
background-color: #5A101A;
}
.BgClassName
{
background-color: #5A101A;
}
</style>
border-color css
<style>
span { border-color: #5A101A; }
span { border-color: rgb(90,16,26); }
td.TdClassName
{
border-color: #5A101A;
}
.TagClassName
{
border-color: #5A101A;
}
</style>