Shades of Pohutukawa #5D131F
Tints of Pohutukawa #5D131F
RGB
CMYK
RGB Variations
Color information
#5D131F (or 0x5D131F) is known color: Pohutukawa. HEX triplet: 5D, 13 and 1F. RGB value is (93,19,31). Sum of RGB (Red+Green+Blue) = 93+19+31=143 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.03% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 93 - color contains mainly: red. Hex color #5D131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D131F is #A2ECE0. Grayscale: #2A2A2A. Windows color (decimal): -10677473 or 2036573. OLE color: 2036573.
HSL color Cylindrical-coordinate representation of color #5D131F: hue angle of 350.27º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D131F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 31 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.64 |
| HSL | 350.27º | 0.66% | 0.22% | - |
| HSV(B) | 350.27º | 0.8% | 0.36% | - |
| XYZ | 4.99 | 2.89 | 1.59 | - |
| YUV | 42.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 31 | 0 | 0.80 | 0.67 | 0.64 | 350.27 | 0.66 | 0.22 |
| Hex | 5D | 13 | 1F | 0 | 50 | 43 | 40 | 15E | 42 | 16 |
| Octal | 135 | 23 | 37 | 0 | 120 | 103 | 100 | 536 | 102 | 26 |
| Binary | 1011101 | 10011 | 11111 | 0 | 1010000 | 1000011 | 1000000 | 101011110 | 1000010 | 10110 |
Color Harmonies of #5D131F
Complementary color
Monochromatic Colors of #5D131F
Black with #5D131F
Text Example
Text Example
White with #5D131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D131F; }
p { color: rgb(93,19,31); }
H1.HeaderClassName
{
color: #5D131F;
}
.AnyTagClassName
{
color: #5D131F;
}
</style>
background-color css
<style>
a { background-color: #5D131F; }
a { background-color: rgb(93,19,31); }
div.DivClassName
{
background-color: #5D131F;
}
.BgClassName
{
background-color: #5D131F;
}
</style>
border-color css
<style>
span { border-color: #5D131F; }
span { border-color: rgb(93,19,31); }
td.TdClassName
{
border-color: #5D131F;
}
.TagClassName
{
border-color: #5D131F;
}
</style>