Shades of Pohutukawa #5F232B
Tints of Pohutukawa #5F232B
RGB
CMYK
RGB Variations
Color information
#5F232B (or 0x5F232B) is known color: Pohutukawa. HEX triplet: 5F, 23 and 2B. RGB value is (95,35,43). Sum of RGB (Red+Green+Blue) = 95+35+43=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F232B is #A0DCD4. Grayscale: #353535. Windows color (decimal): -10542293 or 2827103. OLE color: 2827103.
HSL color Cylindrical-coordinate representation of color #5F232B: hue angle of 352º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F232B is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 35 | 43 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.63 |
| HSL | 352º | 0.46% | 0.25% | - |
| HSV(B) | 352º | 0.63% | 0.37% | - |
| XYZ | 5.76 | 3.81 | 2.72 | - |
| YUV | 53.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 43 | 0 | 0.63 | 0.55 | 0.63 | 352 | 0.46 | 0.25 |
| Hex | 5F | 23 | 2B | 0 | 3F | 37 | 3F | 160 | 2E | 19 |
| Octal | 137 | 43 | 53 | 0 | 77 | 67 | 77 | 540 | 56 | 31 |
| Binary | 1011111 | 100011 | 101011 | 0 | 111111 | 110111 | 111111 | 101100000 | 101110 | 11001 |
Color Harmonies of #5F232B
Complementary color
Monochromatic Colors of #5F232B
Black with #5F232B
Text Example
Text Example
White with #5F232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F232B; }
p { color: rgb(95,35,43); }
H1.HeaderClassName
{
color: #5F232B;
}
.AnyTagClassName
{
color: #5F232B;
}
</style>
background-color css
<style>
a { background-color: #5F232B; }
a { background-color: rgb(95,35,43); }
div.DivClassName
{
background-color: #5F232B;
}
.BgClassName
{
background-color: #5F232B;
}
</style>
border-color css
<style>
span { border-color: #5F232B; }
span { border-color: rgb(95,35,43); }
td.TdClassName
{
border-color: #5F232B;
}
.TagClassName
{
border-color: #5F232B;
}
</style>