Shades of Pohutukawa #5D152D
Tints of Pohutukawa #5D152D
RGB
CMYK
RGB Variations
Color information
#5D152D (or 0x5D152D) is known color: Pohutukawa. HEX triplet: 5D, 15 and 2D. RGB value is (93,21,45). Sum of RGB (Red+Green+Blue) = 93+21+45=159 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.49% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 93 - color contains mainly: red. Hex color #5D152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D152D is #A2EAD2. Grayscale: #2D2D2D. Windows color (decimal): -10676947 or 2954589. OLE color: 2954589.
HSL color Cylindrical-coordinate representation of color #5D152D: hue angle of 340º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D152D is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 45 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.64 |
| HSL | 340º | 0.63% | 0.22% | - |
| HSV(B) | 340º | 0.77% | 0.36% | - |
| XYZ | 5.26 | 3.05 | 2.79 | - |
| YUV | 45.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 45 | 0 | 0.77 | 0.52 | 0.64 | 340 | 0.63 | 0.22 |
| Hex | 5D | 15 | 2D | 0 | 4D | 34 | 40 | 154 | 3F | 16 |
| Octal | 135 | 25 | 55 | 0 | 115 | 64 | 100 | 524 | 77 | 26 |
| Binary | 1011101 | 10101 | 101101 | 0 | 1001101 | 110100 | 1000000 | 101010100 | 111111 | 10110 |
Color Harmonies of #5D152D
Complementary color
Monochromatic Colors of #5D152D
Black with #5D152D
Text Example
Text Example
White with #5D152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D152D; }
p { color: rgb(93,21,45); }
H1.HeaderClassName
{
color: #5D152D;
}
.AnyTagClassName
{
color: #5D152D;
}
</style>
background-color css
<style>
a { background-color: #5D152D; }
a { background-color: rgb(93,21,45); }
div.DivClassName
{
background-color: #5D152D;
}
.BgClassName
{
background-color: #5D152D;
}
</style>
border-color css
<style>
span { border-color: #5D152D; }
span { border-color: rgb(93,21,45); }
td.TdClassName
{
border-color: #5D152D;
}
.TagClassName
{
border-color: #5D152D;
}
</style>