Shades of Pohutukawa #5F222D
Tints of Pohutukawa #5F222D
RGB
CMYK
RGB Variations
Color information
#5F222D (or 0x5F222D) is known color: Pohutukawa. HEX triplet: 5F, 22 and 2D. RGB value is (95,34,45). Sum of RGB (Red+Green+Blue) = 95+34+45=174 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.60% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 95 - color contains mainly: red. Hex color #5F222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F222D is #A0DDD2. Grayscale: #353535. Windows color (decimal): -10542547 or 2957919. OLE color: 2957919.
HSL color Cylindrical-coordinate representation of color #5F222D: hue angle of 349.18º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F222D is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 34 | 45 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.63 |
| HSL | 349.18º | 0.47% | 0.25% | - |
| HSV(B) | 349.18º | 0.64% | 0.37% | - |
| XYZ | 5.76 | 3.77 | 2.91 | - |
| YUV | 53.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 45 | 0 | 0.64 | 0.53 | 0.63 | 349.18 | 0.47 | 0.25 |
| Hex | 5F | 22 | 2D | 0 | 40 | 35 | 3F | 15D | 2F | 19 |
| Octal | 137 | 42 | 55 | 0 | 100 | 65 | 77 | 535 | 57 | 31 |
| Binary | 1011111 | 100010 | 101101 | 0 | 1000000 | 110101 | 111111 | 101011101 | 101111 | 11001 |
Color Harmonies of #5F222D
Complementary color
Monochromatic Colors of #5F222D
Black with #5F222D
Text Example
Text Example
White with #5F222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F222D; }
p { color: rgb(95,34,45); }
H1.HeaderClassName
{
color: #5F222D;
}
.AnyTagClassName
{
color: #5F222D;
}
</style>
background-color css
<style>
a { background-color: #5F222D; }
a { background-color: rgb(95,34,45); }
div.DivClassName
{
background-color: #5F222D;
}
.BgClassName
{
background-color: #5F222D;
}
</style>
border-color css
<style>
span { border-color: #5F222D; }
span { border-color: rgb(95,34,45); }
td.TdClassName
{
border-color: #5F222D;
}
.TagClassName
{
border-color: #5F222D;
}
</style>