Shades of Pohutukawa #5A1E2A
Tints of Pohutukawa #5A1E2A
RGB
CMYK
RGB Variations
Color information
#5A1E2A (or 0x5A1E2A) is known color: Pohutukawa. HEX triplet: 5A, 1E and 2A. RGB value is (90,30,42). Sum of RGB (Red+Green+Blue) = 90+30+42=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E2A is #A5E1D5. Grayscale: #313131. Windows color (decimal): -10871254 or 2760282. OLE color: 2760282.
HSL color Cylindrical-coordinate representation of color #5A1E2A: hue angle of 348º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E2A is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 42 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.65 |
| HSL | 348º | 0.5% | 0.24% | - |
| HSV(B) | 348º | 0.67% | 0.35% | - |
| XYZ | 5.1 | 3.27 | 2.55 | - |
| YUV | 49.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 42 | 0 | 0.67 | 0.53 | 0.65 | 348 | 0.5 | 0.24 |
| Hex | 5A | 1E | 2A | 0 | 43 | 35 | 41 | 15C | 32 | 18 |
| Octal | 132 | 36 | 52 | 0 | 103 | 65 | 101 | 534 | 62 | 30 |
| Binary | 1011010 | 11110 | 101010 | 0 | 1000011 | 110101 | 1000001 | 101011100 | 110010 | 11000 |
Color Harmonies of #5A1E2A
Complementary color
Monochromatic Colors of #5A1E2A
Black with #5A1E2A
Text Example
Text Example
White with #5A1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E2A; }
p { color: rgb(90,30,42); }
H1.HeaderClassName
{
color: #5A1E2A;
}
.AnyTagClassName
{
color: #5A1E2A;
}
</style>
background-color css
<style>
a { background-color: #5A1E2A; }
a { background-color: rgb(90,30,42); }
div.DivClassName
{
background-color: #5A1E2A;
}
.BgClassName
{
background-color: #5A1E2A;
}
</style>
border-color css
<style>
span { border-color: #5A1E2A; }
span { border-color: rgb(90,30,42); }
td.TdClassName
{
border-color: #5A1E2A;
}
.TagClassName
{
border-color: #5A1E2A;
}
</style>