Shades of Pohutukawa #5D202A
Tints of Pohutukawa #5D202A
RGB
CMYK
RGB Variations
Color information
#5D202A (or 0x5D202A) is known color: Pohutukawa. HEX triplet: 5D, 20 and 2A. RGB value is (93,32,42). Sum of RGB (Red+Green+Blue) = 93+32+42=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D202A is #A2DFD5. Grayscale: #333333. Windows color (decimal): -10674134 or 2760797. OLE color: 2760797.
HSL color Cylindrical-coordinate representation of color #5D202A: hue angle of 350.16º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D202A is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 32 | 42 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.64 |
| HSL | 350.16º | 0.49% | 0.25% | - |
| HSV(B) | 350.16º | 0.66% | 0.36% | - |
| XYZ | 5.45 | 3.53 | 2.58 | - |
| YUV | 51.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 42 | 0 | 0.66 | 0.55 | 0.64 | 350.16 | 0.49 | 0.25 |
| Hex | 5D | 20 | 2A | 0 | 42 | 37 | 40 | 15E | 31 | 19 |
| Octal | 135 | 40 | 52 | 0 | 102 | 67 | 100 | 536 | 61 | 31 |
| Binary | 1011101 | 100000 | 101010 | 0 | 1000010 | 110111 | 1000000 | 101011110 | 110001 | 11001 |
Color Harmonies of #5D202A
Complementary color
Monochromatic Colors of #5D202A
Black with #5D202A
Text Example
Text Example
White with #5D202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D202A; }
p { color: rgb(93,32,42); }
H1.HeaderClassName
{
color: #5D202A;
}
.AnyTagClassName
{
color: #5D202A;
}
</style>
background-color css
<style>
a { background-color: #5D202A; }
a { background-color: rgb(93,32,42); }
div.DivClassName
{
background-color: #5D202A;
}
.BgClassName
{
background-color: #5D202A;
}
</style>
border-color css
<style>
span { border-color: #5D202A; }
span { border-color: rgb(93,32,42); }
td.TdClassName
{
border-color: #5D202A;
}
.TagClassName
{
border-color: #5D202A;
}
</style>