Shades of Pohutukawa #5D142D
Tints of Pohutukawa #5D142D
RGB
CMYK
RGB Variations
Color information
#5D142D (or 0x5D142D) is known color: Pohutukawa. HEX triplet: 5D, 14 and 2D. RGB value is (93,20,45). Sum of RGB (Red+Green+Blue) = 93+20+45=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D142D is #A2EBD2. Grayscale: #2C2C2C. Windows color (decimal): -10677203 or 2954333. OLE color: 2954333.
HSL color Cylindrical-coordinate representation of color #5D142D: hue angle of 339.45º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D142D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 20 | 45 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.64 |
| HSL | 339.45º | 0.65% | 0.22% | - |
| HSV(B) | 339.45º | 0.78% | 0.36% | - |
| XYZ | 5.24 | 3.02 | 2.79 | - |
| YUV | 44.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 45 | 0 | 0.78 | 0.52 | 0.64 | 339.45 | 0.65 | 0.22 |
| Hex | 5D | 14 | 2D | 0 | 4E | 34 | 40 | 153 | 41 | 16 |
| Octal | 135 | 24 | 55 | 0 | 116 | 64 | 100 | 523 | 101 | 26 |
| Binary | 1011101 | 10100 | 101101 | 0 | 1001110 | 110100 | 1000000 | 101010011 | 1000001 | 10110 |
Color Harmonies of #5D142D
Complementary color
Monochromatic Colors of #5D142D
Black with #5D142D
Text Example
Text Example
White with #5D142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D142D; }
p { color: rgb(93,20,45); }
H1.HeaderClassName
{
color: #5D142D;
}
.AnyTagClassName
{
color: #5D142D;
}
</style>
background-color css
<style>
a { background-color: #5D142D; }
a { background-color: rgb(93,20,45); }
div.DivClassName
{
background-color: #5D142D;
}
.BgClassName
{
background-color: #5D142D;
}
</style>
border-color css
<style>
span { border-color: #5D142D; }
span { border-color: rgb(93,20,45); }
td.TdClassName
{
border-color: #5D142D;
}
.TagClassName
{
border-color: #5D142D;
}
</style>