Shades of Pohutukawa #5D142B
Tints of Pohutukawa #5D142B
RGB
CMYK
RGB Variations
Color information
#5D142B (or 0x5D142B) is known color: Pohutukawa. HEX triplet: 5D, 14 and 2B. RGB value is (93,20,43). Sum of RGB (Red+Green+Blue) = 93+20+43=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D142B is #A2EBD4. Grayscale: #2C2C2C. Windows color (decimal): -10677205 or 2823261. OLE color: 2823261.
HSL color Cylindrical-coordinate representation of color #5D142B: hue angle of 341.1º 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 #5D142B is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 20 | 43 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.64 |
| HSL | 341.1º | 0.65% | 0.22% | - |
| HSV(B) | 341.1º | 0.78% | 0.36% | - |
| XYZ | 5.2 | 3 | 2.59 | - |
| YUV | 44.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 43 | 0 | 0.78 | 0.54 | 0.64 | 341.1 | 0.65 | 0.22 |
| Hex | 5D | 14 | 2B | 0 | 4E | 36 | 40 | 155 | 41 | 16 |
| Octal | 135 | 24 | 53 | 0 | 116 | 66 | 100 | 525 | 101 | 26 |
| Binary | 1011101 | 10100 | 101011 | 0 | 1001110 | 110110 | 1000000 | 101010101 | 1000001 | 10110 |
Color Harmonies of #5D142B
Complementary color
Monochromatic Colors of #5D142B
Black with #5D142B
Text Example
Text Example
White with #5D142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D142B; }
p { color: rgb(93,20,43); }
H1.HeaderClassName
{
color: #5D142B;
}
.AnyTagClassName
{
color: #5D142B;
}
</style>
background-color css
<style>
a { background-color: #5D142B; }
a { background-color: rgb(93,20,43); }
div.DivClassName
{
background-color: #5D142B;
}
.BgClassName
{
background-color: #5D142B;
}
</style>
border-color css
<style>
span { border-color: #5D142B; }
span { border-color: rgb(93,20,43); }
td.TdClassName
{
border-color: #5D142B;
}
.TagClassName
{
border-color: #5D142B;
}
</style>