Shades of Pohutukawa #5D112A
Tints of Pohutukawa #5D112A
RGB
CMYK
RGB Variations
Color information
#5D112A (or 0x5D112A) is known color: Pohutukawa. HEX triplet: 5D, 11 and 2A. RGB value is (93,17,42). Sum of RGB (Red+Green+Blue) = 93+17+42=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D112A is #A2EED5. Grayscale: #2A2A2A. Windows color (decimal): -10677974 or 2756957. OLE color: 2756957.
HSL color Cylindrical-coordinate representation of color #5D112A: hue angle of 340.26º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D112A is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 42 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.64 |
| HSL | 340.26º | 0.69% | 0.22% | - |
| HSV(B) | 340.26º | 0.82% | 0.36% | - |
| XYZ | 5.13 | 2.9 | 2.48 | - |
| YUV | 42.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 42 | 0 | 0.82 | 0.55 | 0.64 | 340.26 | 0.69 | 0.22 |
| Hex | 5D | 11 | 2A | 0 | 52 | 37 | 40 | 154 | 45 | 16 |
| Octal | 135 | 21 | 52 | 0 | 122 | 67 | 100 | 524 | 105 | 26 |
| Binary | 1011101 | 10001 | 101010 | 0 | 1010010 | 110111 | 1000000 | 101010100 | 1000101 | 10110 |
Color Harmonies of #5D112A
Complementary color
Monochromatic Colors of #5D112A
Black with #5D112A
Text Example
Text Example
White with #5D112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D112A; }
p { color: rgb(93,17,42); }
H1.HeaderClassName
{
color: #5D112A;
}
.AnyTagClassName
{
color: #5D112A;
}
</style>
background-color css
<style>
a { background-color: #5D112A; }
a { background-color: rgb(93,17,42); }
div.DivClassName
{
background-color: #5D112A;
}
.BgClassName
{
background-color: #5D112A;
}
</style>
border-color css
<style>
span { border-color: #5D112A; }
span { border-color: rgb(93,17,42); }
td.TdClassName
{
border-color: #5D112A;
}
.TagClassName
{
border-color: #5D112A;
}
</style>