Shades of Pohutukawa #5F202D
Tints of Pohutukawa #5F202D
RGB
CMYK
RGB Variations
Color information
#5F202D (or 0x5F202D) is known color: Pohutukawa. HEX triplet: 5F, 20 and 2D. RGB value is (95,32,45). Sum of RGB (Red+Green+Blue) = 95+32+45=172 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.23% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 95 - color contains mainly: red. Hex color #5F202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F202D is #A0DFD2. Grayscale: #343434. Windows color (decimal): -10543059 or 2957407. OLE color: 2957407.
HSL color Cylindrical-coordinate representation of color #5F202D: hue angle of 347.62º 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 #5F202D is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 32 | 45 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.63 |
| HSL | 347.62º | 0.5% | 0.25% | - |
| HSV(B) | 347.62º | 0.66% | 0.37% | - |
| XYZ | 5.71 | 3.66 | 2.89 | - |
| YUV | 52.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 45 | 0 | 0.66 | 0.53 | 0.63 | 347.62 | 0.5 | 0.25 |
| Hex | 5F | 20 | 2D | 0 | 42 | 35 | 3F | 15C | 32 | 19 |
| Octal | 137 | 40 | 55 | 0 | 102 | 65 | 77 | 534 | 62 | 31 |
| Binary | 1011111 | 100000 | 101101 | 0 | 1000010 | 110101 | 111111 | 101011100 | 110010 | 11001 |
Color Harmonies of #5F202D
Complementary color
Monochromatic Colors of #5F202D
Black with #5F202D
Text Example
Text Example
White with #5F202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F202D; }
p { color: rgb(95,32,45); }
H1.HeaderClassName
{
color: #5F202D;
}
.AnyTagClassName
{
color: #5F202D;
}
</style>
background-color css
<style>
a { background-color: #5F202D; }
a { background-color: rgb(95,32,45); }
div.DivClassName
{
background-color: #5F202D;
}
.BgClassName
{
background-color: #5F202D;
}
</style>
border-color css
<style>
span { border-color: #5F202D; }
span { border-color: rgb(95,32,45); }
td.TdClassName
{
border-color: #5F202D;
}
.TagClassName
{
border-color: #5F202D;
}
</style>