Shades of Pohutukawa #5F202C
Tints of Pohutukawa #5F202C
RGB
CMYK
RGB Variations
Color information
#5F202C (or 0x5F202C) is known color: Pohutukawa. HEX triplet: 5F, 20 and 2C. RGB value is (95,32,44). Sum of RGB (Red+Green+Blue) = 95+32+44=171 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.56% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 95 - color contains mainly: red. Hex color #5F202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F202C is #A0DFD3. Grayscale: #343434. Windows color (decimal): -10543060 or 2891871. OLE color: 2891871.
HSL color Cylindrical-coordinate representation of color #5F202C: hue angle of 348.57º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F202C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 32 | 44 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.63 |
| HSL | 348.57º | 0.5% | 0.25% | - |
| HSV(B) | 348.57º | 0.66% | 0.37% | - |
| XYZ | 5.69 | 3.65 | 2.79 | - |
| YUV | 52.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 44 | 0 | 0.66 | 0.54 | 0.63 | 348.57 | 0.5 | 0.25 |
| Hex | 5F | 20 | 2C | 0 | 42 | 36 | 3F | 15D | 32 | 19 |
| Octal | 137 | 40 | 54 | 0 | 102 | 66 | 77 | 535 | 62 | 31 |
| Binary | 1011111 | 100000 | 101100 | 0 | 1000010 | 110110 | 111111 | 101011101 | 110010 | 11001 |
Color Harmonies of #5F202C
Complementary color
Monochromatic Colors of #5F202C
Black with #5F202C
Text Example
Text Example
White with #5F202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F202C; }
p { color: rgb(95,32,44); }
H1.HeaderClassName
{
color: #5F202C;
}
.AnyTagClassName
{
color: #5F202C;
}
</style>
background-color css
<style>
a { background-color: #5F202C; }
a { background-color: rgb(95,32,44); }
div.DivClassName
{
background-color: #5F202C;
}
.BgClassName
{
background-color: #5F202C;
}
</style>
border-color css
<style>
span { border-color: #5F202C; }
span { border-color: rgb(95,32,44); }
td.TdClassName
{
border-color: #5F202C;
}
.TagClassName
{
border-color: #5F202C;
}
</style>