Shades of Pohutukawa #5F132B
Tints of Pohutukawa #5F132B
RGB
CMYK
RGB Variations
Color information
#5F132B (or 0x5F132B) is known color: Pohutukawa. HEX triplet: 5F, 13 and 2B. RGB value is (95,19,43). Sum of RGB (Red+Green+Blue) = 95+19+43=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F132B is #A0ECD4. Grayscale: #2C2C2C. Windows color (decimal): -10546389 or 2823007. OLE color: 2823007.
HSL color Cylindrical-coordinate representation of color #5F132B: hue angle of 341.05º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F132B is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 19 | 43 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.63 |
| HSL | 341.05º | 0.67% | 0.22% | - |
| HSV(B) | 341.05º | 0.8% | 0.37% | - |
| XYZ | 5.39 | 3.07 | 2.59 | - |
| YUV | 44.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 43 | 0 | 0.80 | 0.55 | 0.63 | 341.05 | 0.67 | 0.22 |
| Hex | 5F | 13 | 2B | 0 | 50 | 37 | 3F | 155 | 43 | 16 |
| Octal | 137 | 23 | 53 | 0 | 120 | 67 | 77 | 525 | 103 | 26 |
| Binary | 1011111 | 10011 | 101011 | 0 | 1010000 | 110111 | 111111 | 101010101 | 1000011 | 10110 |
Color Harmonies of #5F132B
Complementary color
Monochromatic Colors of #5F132B
Black with #5F132B
Text Example
Text Example
White with #5F132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F132B; }
p { color: rgb(95,19,43); }
H1.HeaderClassName
{
color: #5F132B;
}
.AnyTagClassName
{
color: #5F132B;
}
</style>
background-color css
<style>
a { background-color: #5F132B; }
a { background-color: rgb(95,19,43); }
div.DivClassName
{
background-color: #5F132B;
}
.BgClassName
{
background-color: #5F132B;
}
</style>
border-color css
<style>
span { border-color: #5F132B; }
span { border-color: rgb(95,19,43); }
td.TdClassName
{
border-color: #5F132B;
}
.TagClassName
{
border-color: #5F132B;
}
</style>