Shades of Pohutukawa #5D1E2A
Tints of Pohutukawa #5D1E2A
RGB
CMYK
RGB Variations
Color information
#5D1E2A (or 0x5D1E2A) is known color: Pohutukawa. HEX triplet: 5D, 1E and 2A. RGB value is (93,30,42). Sum of RGB (Red+Green+Blue) = 93+30+42=165 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.36% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1E2A is #A2E1D5. Grayscale: #323232. Windows color (decimal): -10674646 or 2760285. OLE color: 2760285.
HSL color Cylindrical-coordinate representation of color #5D1E2A: hue angle of 348.57º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D1E2A is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 30 | 42 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.64 |
| HSL | 348.57º | 0.51% | 0.24% | - |
| HSV(B) | 348.57º | 0.68% | 0.36% | - |
| XYZ | 5.4 | 3.42 | 2.57 | - |
| YUV | 50.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 30 | 42 | 0 | 0.68 | 0.55 | 0.64 | 348.57 | 0.51 | 0.24 |
| Hex | 5D | 1E | 2A | 0 | 44 | 37 | 40 | 15D | 33 | 18 |
| Octal | 135 | 36 | 52 | 0 | 104 | 67 | 100 | 535 | 63 | 30 |
| Binary | 1011101 | 11110 | 101010 | 0 | 1000100 | 110111 | 1000000 | 101011101 | 110011 | 11000 |
Color Harmonies of #5D1E2A
Complementary color
Monochromatic Colors of #5D1E2A
Black with #5D1E2A
Text Example
Text Example
White with #5D1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1E2A; }
p { color: rgb(93,30,42); }
H1.HeaderClassName
{
color: #5D1E2A;
}
.AnyTagClassName
{
color: #5D1E2A;
}
</style>
background-color css
<style>
a { background-color: #5D1E2A; }
a { background-color: rgb(93,30,42); }
div.DivClassName
{
background-color: #5D1E2A;
}
.BgClassName
{
background-color: #5D1E2A;
}
</style>
border-color css
<style>
span { border-color: #5D1E2A; }
span { border-color: rgb(93,30,42); }
td.TdClassName
{
border-color: #5D1E2A;
}
.TagClassName
{
border-color: #5D1E2A;
}
</style>