Shades of Pohutukawa #5F1B2C
Tints of Pohutukawa #5F1B2C
RGB
CMYK
RGB Variations
Color information
#5F1B2C (or 0x5F1B2C) is known color: Pohutukawa. HEX triplet: 5F, 1B and 2C. RGB value is (95,27,44). Sum of RGB (Red+Green+Blue) = 95+27+44=166 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.23% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1B2C is #A0E4D3. Grayscale: #313131. Windows color (decimal): -10544340 or 2890591. OLE color: 2890591.
HSL color Cylindrical-coordinate representation of color #5F1B2C: hue angle of 345º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F1B2C is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 27 | 44 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.63 |
| HSL | 345º | 0.56% | 0.24% | - |
| HSV(B) | 345º | 0.72% | 0.37% | - |
| XYZ | 5.57 | 3.4 | 2.75 | - |
| YUV | 49.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 27 | 44 | 0 | 0.72 | 0.54 | 0.63 | 345 | 0.56 | 0.24 |
| Hex | 5F | 1B | 2C | 0 | 48 | 36 | 3F | 159 | 38 | 18 |
| Octal | 137 | 33 | 54 | 0 | 110 | 66 | 77 | 531 | 70 | 30 |
| Binary | 1011111 | 11011 | 101100 | 0 | 1001000 | 110110 | 111111 | 101011001 | 111000 | 11000 |
Color Harmonies of #5F1B2C
Complementary color
Monochromatic Colors of #5F1B2C
Black with #5F1B2C
Text Example
Text Example
White with #5F1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1B2C; }
p { color: rgb(95,27,44); }
H1.HeaderClassName
{
color: #5F1B2C;
}
.AnyTagClassName
{
color: #5F1B2C;
}
</style>
background-color css
<style>
a { background-color: #5F1B2C; }
a { background-color: rgb(95,27,44); }
div.DivClassName
{
background-color: #5F1B2C;
}
.BgClassName
{
background-color: #5F1B2C;
}
</style>
border-color css
<style>
span { border-color: #5F1B2C; }
span { border-color: rgb(95,27,44); }
td.TdClassName
{
border-color: #5F1B2C;
}
.TagClassName
{
border-color: #5F1B2C;
}
</style>