Shades of Pohutukawa #5D212C
Tints of Pohutukawa #5D212C
RGB
CMYK
RGB Variations
Color information
#5D212C (or 0x5D212C) is known color: Pohutukawa. HEX triplet: 5D, 21 and 2C. RGB value is (93,33,44). Sum of RGB (Red+Green+Blue) = 93+33+44=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D212C is #A2DED3. Grayscale: #343434. Windows color (decimal): -10673876 or 2892125. OLE color: 2892125.
HSL color Cylindrical-coordinate representation of color #5D212C: hue angle of 349º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D212C is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 44 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.64 |
| HSL | 349º | 0.48% | 0.25% | - |
| HSV(B) | 349º | 0.65% | 0.36% | - |
| XYZ | 5.51 | 3.6 | 2.79 | - |
| YUV | 52.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 44 | 0 | 0.65 | 0.53 | 0.64 | 349 | 0.48 | 0.25 |
| Hex | 5D | 21 | 2C | 0 | 41 | 35 | 40 | 15D | 30 | 19 |
| Octal | 135 | 41 | 54 | 0 | 101 | 65 | 100 | 535 | 60 | 31 |
| Binary | 1011101 | 100001 | 101100 | 0 | 1000001 | 110101 | 1000000 | 101011101 | 110000 | 11001 |
Color Harmonies of #5D212C
Complementary color
Monochromatic Colors of #5D212C
Black with #5D212C
Text Example
Text Example
White with #5D212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D212C; }
p { color: rgb(93,33,44); }
H1.HeaderClassName
{
color: #5D212C;
}
.AnyTagClassName
{
color: #5D212C;
}
</style>
background-color css
<style>
a { background-color: #5D212C; }
a { background-color: rgb(93,33,44); }
div.DivClassName
{
background-color: #5D212C;
}
.BgClassName
{
background-color: #5D212C;
}
</style>
border-color css
<style>
span { border-color: #5D212C; }
span { border-color: rgb(93,33,44); }
td.TdClassName
{
border-color: #5D212C;
}
.TagClassName
{
border-color: #5D212C;
}
</style>