Shades of Pohutukawa #5F031B
Tints of Pohutukawa #5F031B
RGB
CMYK
RGB Variations
Color information
#5F031B (or 0x5F031B) is known color: Pohutukawa. HEX triplet: 5F, 03 and 1B. RGB value is (95,3,27). Sum of RGB (Red+Green+Blue) = 95+3+27=125 (16% of max value = 765). Red value is 95 (37.5% from 255 or 76% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 95 - color contains mainly: red. Hex color #5F031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F031B is #A0FCE4. Grayscale: #212121. Windows color (decimal): -10550501 or 1770335. OLE color: 1770335.
HSL color Cylindrical-coordinate representation of color #5F031B: hue angle of 344.35º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F031B is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 27 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.63 |
| HSL | 344.35º | 0.94% | 0.19% | - |
| HSV(B) | 344.35º | 0.97% | 0.37% | - |
| XYZ | 4.95 | 2.58 | 1.27 | - |
| YUV | 33.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 27 | 0 | 0.97 | 0.72 | 0.63 | 344.35 | 0.94 | 0.19 |
| Hex | 5F | 3 | 1B | 0 | 61 | 48 | 3F | 158 | 5E | 13 |
| Octal | 137 | 3 | 33 | 0 | 141 | 110 | 77 | 530 | 136 | 23 |
| Binary | 1011111 | 11 | 11011 | 0 | 1100001 | 1001000 | 111111 | 101011000 | 1011110 | 10011 |
Color Harmonies of #5F031B
Complementary color
Monochromatic Colors of #5F031B
Black with #5F031B
Text Example
Text Example
White with #5F031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F031B; }
p { color: rgb(95,3,27); }
H1.HeaderClassName
{
color: #5F031B;
}
.AnyTagClassName
{
color: #5F031B;
}
</style>
background-color css
<style>
a { background-color: #5F031B; }
a { background-color: rgb(95,3,27); }
div.DivClassName
{
background-color: #5F031B;
}
.BgClassName
{
background-color: #5F031B;
}
</style>
border-color css
<style>
span { border-color: #5F031B; }
span { border-color: rgb(95,3,27); }
td.TdClassName
{
border-color: #5F031B;
}
.TagClassName
{
border-color: #5F031B;
}
</style>