Shades of Pohutukawa #5D202B
Tints of Pohutukawa #5D202B
RGB
CMYK
RGB Variations
Color information
#5D202B (or 0x5D202B) is known color: Pohutukawa. HEX triplet: 5D, 20 and 2B. RGB value is (93,32,43). Sum of RGB (Red+Green+Blue) = 93+32+43=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D202B is #A2DFD4. Grayscale: #333333. Windows color (decimal): -10674133 or 2826333. OLE color: 2826333.
HSL color Cylindrical-coordinate representation of color #5D202B: hue angle of 349.18º 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 #5D202B is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 32 | 43 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.64 |
| HSL | 349.18º | 0.49% | 0.25% | - |
| HSV(B) | 349.18º | 0.66% | 0.36% | - |
| XYZ | 5.47 | 3.53 | 2.68 | - |
| YUV | 51.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 43 | 0 | 0.66 | 0.54 | 0.64 | 349.18 | 0.49 | 0.25 |
| Hex | 5D | 20 | 2B | 0 | 42 | 36 | 40 | 15D | 31 | 19 |
| Octal | 135 | 40 | 53 | 0 | 102 | 66 | 100 | 535 | 61 | 31 |
| Binary | 1011101 | 100000 | 101011 | 0 | 1000010 | 110110 | 1000000 | 101011101 | 110001 | 11001 |
Color Harmonies of #5D202B
Complementary color
Monochromatic Colors of #5D202B
Black with #5D202B
Text Example
Text Example
White with #5D202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D202B; }
p { color: rgb(93,32,43); }
H1.HeaderClassName
{
color: #5D202B;
}
.AnyTagClassName
{
color: #5D202B;
}
</style>
background-color css
<style>
a { background-color: #5D202B; }
a { background-color: rgb(93,32,43); }
div.DivClassName
{
background-color: #5D202B;
}
.BgClassName
{
background-color: #5D202B;
}
</style>
border-color css
<style>
span { border-color: #5D202B; }
span { border-color: rgb(93,32,43); }
td.TdClassName
{
border-color: #5D202B;
}
.TagClassName
{
border-color: #5D202B;
}
</style>