Shades of Pohutukawa #5D1F27
Tints of Pohutukawa #5D1F27
RGB
CMYK
RGB Variations
Color information
#5D1F27 (or 0x5D1F27) is known color: Pohutukawa. HEX triplet: 5D, 1F and 27. RGB value is (93,31,39). Sum of RGB (Red+Green+Blue) = 93+31+39=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1F27 is #A2E0D8. Grayscale: #323232. Windows color (decimal): -10674393 or 2563933. OLE color: 2563933.
HSL color Cylindrical-coordinate representation of color #5D1F27: hue angle of 352.26º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D1F27 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 31 | 39 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.64 |
| HSL | 352.26º | 0.5% | 0.24% | - |
| HSV(B) | 352.26º | 0.67% | 0.36% | - |
| XYZ | 5.37 | 3.45 | 2.3 | - |
| YUV | 50.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 31 | 39 | 0 | 0.67 | 0.58 | 0.64 | 352.26 | 0.5 | 0.24 |
| Hex | 5D | 1F | 27 | 0 | 43 | 3A | 40 | 160 | 32 | 18 |
| Octal | 135 | 37 | 47 | 0 | 103 | 72 | 100 | 540 | 62 | 30 |
| Binary | 1011101 | 11111 | 100111 | 0 | 1000011 | 111010 | 1000000 | 101100000 | 110010 | 11000 |
Color Harmonies of #5D1F27
Complementary color
Monochromatic Colors of #5D1F27
Black with #5D1F27
Text Example
Text Example
White with #5D1F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1F27; }
p { color: rgb(93,31,39); }
H1.HeaderClassName
{
color: #5D1F27;
}
.AnyTagClassName
{
color: #5D1F27;
}
</style>
background-color css
<style>
a { background-color: #5D1F27; }
a { background-color: rgb(93,31,39); }
div.DivClassName
{
background-color: #5D1F27;
}
.BgClassName
{
background-color: #5D1F27;
}
</style>
border-color css
<style>
span { border-color: #5D1F27; }
span { border-color: rgb(93,31,39); }
td.TdClassName
{
border-color: #5D1F27;
}
.TagClassName
{
border-color: #5D1F27;
}
</style>