Shades of Pohutukawa #5D1A2C
Tints of Pohutukawa #5D1A2C
RGB
CMYK
RGB Variations
Color information
#5D1A2C (or 0x5D1A2C) is known color: Pohutukawa. HEX triplet: 5D, 1A and 2C. RGB value is (93,26,44). Sum of RGB (Red+Green+Blue) = 93+26+44=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1A2C is #A2E5D3. Grayscale: #303030. Windows color (decimal): -10675668 or 2890333. OLE color: 2890333.
HSL color Cylindrical-coordinate representation of color #5D1A2C: hue angle of 343.88º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D1A2C is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 26 | 44 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.64 |
| HSL | 343.88º | 0.56% | 0.23% | - |
| HSV(B) | 343.88º | 0.72% | 0.36% | - |
| XYZ | 5.34 | 3.25 | 2.73 | - |
| YUV | 48.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 44 | 0 | 0.72 | 0.53 | 0.64 | 343.88 | 0.56 | 0.23 |
| Hex | 5D | 1A | 2C | 0 | 48 | 35 | 40 | 158 | 38 | 17 |
| Octal | 135 | 32 | 54 | 0 | 110 | 65 | 100 | 530 | 70 | 27 |
| Binary | 1011101 | 11010 | 101100 | 0 | 1001000 | 110101 | 1000000 | 101011000 | 111000 | 10111 |
Color Harmonies of #5D1A2C
Complementary color
Monochromatic Colors of #5D1A2C
Black with #5D1A2C
Text Example
Text Example
White with #5D1A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A2C; }
p { color: rgb(93,26,44); }
H1.HeaderClassName
{
color: #5D1A2C;
}
.AnyTagClassName
{
color: #5D1A2C;
}
</style>
background-color css
<style>
a { background-color: #5D1A2C; }
a { background-color: rgb(93,26,44); }
div.DivClassName
{
background-color: #5D1A2C;
}
.BgClassName
{
background-color: #5D1A2C;
}
</style>
border-color css
<style>
span { border-color: #5D1A2C; }
span { border-color: rgb(93,26,44); }
td.TdClassName
{
border-color: #5D1A2C;
}
.TagClassName
{
border-color: #5D1A2C;
}
</style>