Shades of Pohutukawa #5D112C
Tints of Pohutukawa #5D112C
RGB
CMYK
RGB Variations
Color information
#5D112C (or 0x5D112C) is known color: Pohutukawa. HEX triplet: 5D, 11 and 2C. RGB value is (93,17,44). Sum of RGB (Red+Green+Blue) = 93+17+44=154 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.39% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 93 - color contains mainly: red. Hex color #5D112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D112C is #A2EED3. Grayscale: #2A2A2A. Windows color (decimal): -10677972 or 2888029. OLE color: 2888029.
HSL color Cylindrical-coordinate representation of color #5D112C: hue angle of 338.68º 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 #5D112C is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 44 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.64 |
| HSL | 338.68º | 0.69% | 0.22% | - |
| HSV(B) | 338.68º | 0.82% | 0.36% | - |
| XYZ | 5.17 | 2.91 | 2.67 | - |
| YUV | 42.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 44 | 0 | 0.82 | 0.53 | 0.64 | 338.68 | 0.69 | 0.22 |
| Hex | 5D | 11 | 2C | 0 | 52 | 35 | 40 | 153 | 45 | 16 |
| Octal | 135 | 21 | 54 | 0 | 122 | 65 | 100 | 523 | 105 | 26 |
| Binary | 1011101 | 10001 | 101100 | 0 | 1010010 | 110101 | 1000000 | 101010011 | 1000101 | 10110 |
Color Harmonies of #5D112C
Complementary color
Monochromatic Colors of #5D112C
Black with #5D112C
Text Example
Text Example
White with #5D112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D112C; }
p { color: rgb(93,17,44); }
H1.HeaderClassName
{
color: #5D112C;
}
.AnyTagClassName
{
color: #5D112C;
}
</style>
background-color css
<style>
a { background-color: #5D112C; }
a { background-color: rgb(93,17,44); }
div.DivClassName
{
background-color: #5D112C;
}
.BgClassName
{
background-color: #5D112C;
}
</style>
border-color css
<style>
span { border-color: #5D112C; }
span { border-color: rgb(93,17,44); }
td.TdClassName
{
border-color: #5D112C;
}
.TagClassName
{
border-color: #5D112C;
}
</style>