Shades of Pohutukawa #5D121F
Tints of Pohutukawa #5D121F
RGB
CMYK
RGB Variations
Color information
#5D121F (or 0x5D121F) is known color: Pohutukawa. HEX triplet: 5D, 12 and 1F. RGB value is (93,18,31). Sum of RGB (Red+Green+Blue) = 93+18+31=142 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.49% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 93 - color contains mainly: red. Hex color #5D121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D121F is #A2EDE0. Grayscale: #292929. Windows color (decimal): -10677729 or 2036317. OLE color: 2036317.
HSL color Cylindrical-coordinate representation of color #5D121F: hue angle of 349.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D121F is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 18 | 31 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.64 |
| HSL | 349.6º | 0.68% | 0.22% | - |
| HSV(B) | 349.6º | 0.81% | 0.36% | - |
| XYZ | 4.98 | 2.86 | 1.59 | - |
| YUV | 41.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 31 | 0 | 0.81 | 0.67 | 0.64 | 349.6 | 0.68 | 0.22 |
| Hex | 5D | 12 | 1F | 0 | 51 | 43 | 40 | 15E | 44 | 16 |
| Octal | 135 | 22 | 37 | 0 | 121 | 103 | 100 | 536 | 104 | 26 |
| Binary | 1011101 | 10010 | 11111 | 0 | 1010001 | 1000011 | 1000000 | 101011110 | 1000100 | 10110 |
Color Harmonies of #5D121F
Complementary color
Monochromatic Colors of #5D121F
Black with #5D121F
Text Example
Text Example
White with #5D121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D121F; }
p { color: rgb(93,18,31); }
H1.HeaderClassName
{
color: #5D121F;
}
.AnyTagClassName
{
color: #5D121F;
}
</style>
background-color css
<style>
a { background-color: #5D121F; }
a { background-color: rgb(93,18,31); }
div.DivClassName
{
background-color: #5D121F;
}
.BgClassName
{
background-color: #5D121F;
}
</style>
border-color css
<style>
span { border-color: #5D121F; }
span { border-color: rgb(93,18,31); }
td.TdClassName
{
border-color: #5D121F;
}
.TagClassName
{
border-color: #5D121F;
}
</style>