Shades of Pohutukawa #5D111C
Tints of Pohutukawa #5D111C
RGB
CMYK
RGB Variations
Color information
#5D111C (or 0x5D111C) is known color: Pohutukawa. HEX triplet: 5D, 11 and 1C. RGB value is (93,17,28). Sum of RGB (Red+Green+Blue) = 93+17+28=138 (18% of max value = 765). Red value is 93 (36.72% from 255 or 67.39% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 93 - color contains mainly: red. Hex color #5D111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D111C is #A2EEE3. Grayscale: #292929. Windows color (decimal): -10677988 or 1839453. OLE color: 1839453.
HSL color Cylindrical-coordinate representation of color #5D111C: hue angle of 351.32º 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 #5D111C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 28 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.64 |
| HSL | 351.32º | 0.69% | 0.22% | - |
| HSV(B) | 351.32º | 0.82% | 0.36% | - |
| XYZ | 4.92 | 2.81 | 1.38 | - |
| YUV | 40.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 28 | 0 | 0.82 | 0.70 | 0.64 | 351.32 | 0.69 | 0.22 |
| Hex | 5D | 11 | 1C | 0 | 52 | 46 | 40 | 15F | 45 | 16 |
| Octal | 135 | 21 | 34 | 0 | 122 | 106 | 100 | 537 | 105 | 26 |
| Binary | 1011101 | 10001 | 11100 | 0 | 1010010 | 1000110 | 1000000 | 101011111 | 1000101 | 10110 |
Color Harmonies of #5D111C
Complementary color
Monochromatic Colors of #5D111C
Black with #5D111C
Text Example
Text Example
White with #5D111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D111C; }
p { color: rgb(93,17,28); }
H1.HeaderClassName
{
color: #5D111C;
}
.AnyTagClassName
{
color: #5D111C;
}
</style>
background-color css
<style>
a { background-color: #5D111C; }
a { background-color: rgb(93,17,28); }
div.DivClassName
{
background-color: #5D111C;
}
.BgClassName
{
background-color: #5D111C;
}
</style>
border-color css
<style>
span { border-color: #5D111C; }
span { border-color: rgb(93,17,28); }
td.TdClassName
{
border-color: #5D111C;
}
.TagClassName
{
border-color: #5D111C;
}
</style>