Shades of Pohutukawa #5F2128
Tints of Pohutukawa #5F2128
RGB
CMYK
RGB Variations
Color information
#5F2128 (or 0x5F2128) is known color: Pohutukawa. HEX triplet: 5F, 21 and 28. RGB value is (95,33,40). Sum of RGB (Red+Green+Blue) = 95+33+40=168 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.55% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2128 is #A0DED7. Grayscale: #343434. Windows color (decimal): -10542808 or 2629983. OLE color: 2629983.
HSL color Cylindrical-coordinate representation of color #5F2128: hue angle of 353.23º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F2128 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 33 | 40 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.63 |
| HSL | 353.23º | 0.48% | 0.25% | - |
| HSV(B) | 353.23º | 0.65% | 0.37% | - |
| XYZ | 5.65 | 3.67 | 2.42 | - |
| YUV | 52.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 40 | 0 | 0.65 | 0.58 | 0.63 | 353.23 | 0.48 | 0.25 |
| Hex | 5F | 21 | 28 | 0 | 41 | 3A | 3F | 161 | 30 | 19 |
| Octal | 137 | 41 | 50 | 0 | 101 | 72 | 77 | 541 | 60 | 31 |
| Binary | 1011111 | 100001 | 101000 | 0 | 1000001 | 111010 | 111111 | 101100001 | 110000 | 11001 |
Color Harmonies of #5F2128
Complementary color
Monochromatic Colors of #5F2128
Black with #5F2128
Text Example
Text Example
White with #5F2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2128; }
p { color: rgb(95,33,40); }
H1.HeaderClassName
{
color: #5F2128;
}
.AnyTagClassName
{
color: #5F2128;
}
</style>
background-color css
<style>
a { background-color: #5F2128; }
a { background-color: rgb(95,33,40); }
div.DivClassName
{
background-color: #5F2128;
}
.BgClassName
{
background-color: #5F2128;
}
</style>
border-color css
<style>
span { border-color: #5F2128; }
span { border-color: rgb(95,33,40); }
td.TdClassName
{
border-color: #5F2128;
}
.TagClassName
{
border-color: #5F2128;
}
</style>