Shades of Pohutukawa #5A101C
Tints of Pohutukawa #5A101C
RGB
CMYK
RGB Variations
Color information
#5A101C (or 0x5A101C) is known color: Pohutukawa. HEX triplet: 5A, 10 and 1C. RGB value is (90,16,28). Sum of RGB (Red+Green+Blue) = 90+16+28=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A101C is #A5EFE3. Grayscale: #272727. Windows color (decimal): -10874852 or 1839194. OLE color: 1839194.
HSL color Cylindrical-coordinate representation of color #5A101C: hue angle of 350.27º 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 #5A101C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 28 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.65 |
| HSL | 350.27º | 0.7% | 0.21% | - |
| HSV(B) | 350.27º | 0.82% | 0.35% | - |
| XYZ | 4.61 | 2.63 | 1.36 | - |
| YUV | 39.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 28 | 0 | 0.82 | 0.69 | 0.65 | 350.27 | 0.7 | 0.21 |
| Hex | 5A | 10 | 1C | 0 | 52 | 45 | 41 | 15E | 46 | 15 |
| Octal | 132 | 20 | 34 | 0 | 122 | 105 | 101 | 536 | 106 | 25 |
| Binary | 1011010 | 10000 | 11100 | 0 | 1010010 | 1000101 | 1000001 | 101011110 | 1000110 | 10101 |
Color Harmonies of #5A101C
Complementary color
Monochromatic Colors of #5A101C
Black with #5A101C
Text Example
Text Example
White with #5A101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A101C; }
p { color: rgb(90,16,28); }
H1.HeaderClassName
{
color: #5A101C;
}
.AnyTagClassName
{
color: #5A101C;
}
</style>
background-color css
<style>
a { background-color: #5A101C; }
a { background-color: rgb(90,16,28); }
div.DivClassName
{
background-color: #5A101C;
}
.BgClassName
{
background-color: #5A101C;
}
</style>
border-color css
<style>
span { border-color: #5A101C; }
span { border-color: rgb(90,16,28); }
td.TdClassName
{
border-color: #5A101C;
}
.TagClassName
{
border-color: #5A101C;
}
</style>