Shades of Pohutukawa #5F1C2C
Tints of Pohutukawa #5F1C2C
RGB
CMYK
RGB Variations
Color information
#5F1C2C (or 0x5F1C2C) is known color: Pohutukawa. HEX triplet: 5F, 1C and 2C. RGB value is (95,28,44). Sum of RGB (Red+Green+Blue) = 95+28+44=167 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.89% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1C2C is #A0E3D3. Grayscale: #313131. Windows color (decimal): -10544084 or 2890847. OLE color: 2890847.
HSL color Cylindrical-coordinate representation of color #5F1C2C: hue angle of 345.67º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F1C2C is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 28 | 44 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.63 |
| HSL | 345.67º | 0.54% | 0.24% | - |
| HSV(B) | 345.67º | 0.71% | 0.37% | - |
| XYZ | 5.59 | 3.45 | 2.75 | - |
| YUV | 49.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 28 | 44 | 0 | 0.71 | 0.54 | 0.63 | 345.67 | 0.54 | 0.24 |
| Hex | 5F | 1C | 2C | 0 | 47 | 36 | 3F | 15A | 36 | 18 |
| Octal | 137 | 34 | 54 | 0 | 107 | 66 | 77 | 532 | 66 | 30 |
| Binary | 1011111 | 11100 | 101100 | 0 | 1000111 | 110110 | 111111 | 101011010 | 110110 | 11000 |
Color Harmonies of #5F1C2C
Complementary color
Monochromatic Colors of #5F1C2C
Black with #5F1C2C
Text Example
Text Example
White with #5F1C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1C2C; }
p { color: rgb(95,28,44); }
H1.HeaderClassName
{
color: #5F1C2C;
}
.AnyTagClassName
{
color: #5F1C2C;
}
</style>
background-color css
<style>
a { background-color: #5F1C2C; }
a { background-color: rgb(95,28,44); }
div.DivClassName
{
background-color: #5F1C2C;
}
.BgClassName
{
background-color: #5F1C2C;
}
</style>
border-color css
<style>
span { border-color: #5F1C2C; }
span { border-color: rgb(95,28,44); }
td.TdClassName
{
border-color: #5F1C2C;
}
.TagClassName
{
border-color: #5F1C2C;
}
</style>