Shades of Pohutukawa #5D131D
Tints of Pohutukawa #5D131D
RGB
CMYK
RGB Variations
Color information
#5D131D (or 0x5D131D) is known color: Pohutukawa. HEX triplet: 5D, 13 and 1D. RGB value is (93,19,29). Sum of RGB (Red+Green+Blue) = 93+19+29=141 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.96% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 93 - color contains mainly: red. Hex color #5D131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D131D is #A2ECE2. Grayscale: #2A2A2A. Windows color (decimal): -10677475 or 1905501. OLE color: 1905501.
HSL color Cylindrical-coordinate representation of color #5D131D: hue angle of 351.89º 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 #5D131D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 29 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.64 |
| HSL | 351.89º | 0.66% | 0.22% | - |
| HSV(B) | 351.89º | 0.8% | 0.36% | - |
| XYZ | 4.97 | 2.88 | 1.46 | - |
| YUV | 42.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 29 | 0 | 0.80 | 0.69 | 0.64 | 351.89 | 0.66 | 0.22 |
| Hex | 5D | 13 | 1D | 0 | 50 | 45 | 40 | 160 | 42 | 16 |
| Octal | 135 | 23 | 35 | 0 | 120 | 105 | 100 | 540 | 102 | 26 |
| Binary | 1011101 | 10011 | 11101 | 0 | 1010000 | 1000101 | 1000000 | 101100000 | 1000010 | 10110 |
Color Harmonies of #5D131D
Complementary color
Monochromatic Colors of #5D131D
Black with #5D131D
Text Example
Text Example
White with #5D131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D131D; }
p { color: rgb(93,19,29); }
H1.HeaderClassName
{
color: #5D131D;
}
.AnyTagClassName
{
color: #5D131D;
}
</style>
background-color css
<style>
a { background-color: #5D131D; }
a { background-color: rgb(93,19,29); }
div.DivClassName
{
background-color: #5D131D;
}
.BgClassName
{
background-color: #5D131D;
}
</style>
border-color css
<style>
span { border-color: #5D131D; }
span { border-color: rgb(93,19,29); }
td.TdClassName
{
border-color: #5D131D;
}
.TagClassName
{
border-color: #5D131D;
}
</style>