Shades of Pohutukawa #5F0320
Tints of Pohutukawa #5F0320
RGB
CMYK
RGB Variations
Color information
#5F0320 (or 0x5F0320) is known color: Pohutukawa. HEX triplet: 5F, 03 and 20. RGB value is (95,3,32). Sum of RGB (Red+Green+Blue) = 95+3+32=130 (17% of max value = 765). Red value is 95 (37.5% from 255 or 73.08% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0320 is #A0FCDF. Grayscale: #212121. Windows color (decimal): -10550496 or 2098015. OLE color: 2098015.
HSL color Cylindrical-coordinate representation of color #5F0320: hue angle of 341.09º 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 #5F0320 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 32 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.63 |
| HSL | 341.09º | 0.94% | 0.19% | - |
| HSV(B) | 341.09º | 0.97% | 0.37% | - |
| XYZ | 5.01 | 2.6 | 1.6 | - |
| YUV | 33.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 32 | 0 | 0.97 | 0.66 | 0.63 | 341.09 | 0.94 | 0.19 |
| Hex | 5F | 3 | 20 | 0 | 61 | 42 | 3F | 155 | 5E | 13 |
| Octal | 137 | 3 | 40 | 0 | 141 | 102 | 77 | 525 | 136 | 23 |
| Binary | 1011111 | 11 | 100000 | 0 | 1100001 | 1000010 | 111111 | 101010101 | 1011110 | 10011 |
Color Harmonies of #5F0320
Complementary color
Monochromatic Colors of #5F0320
Black with #5F0320
Text Example
Text Example
White with #5F0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0320; }
p { color: rgb(95,3,32); }
H1.HeaderClassName
{
color: #5F0320;
}
.AnyTagClassName
{
color: #5F0320;
}
</style>
background-color css
<style>
a { background-color: #5F0320; }
a { background-color: rgb(95,3,32); }
div.DivClassName
{
background-color: #5F0320;
}
.BgClassName
{
background-color: #5F0320;
}
</style>
border-color css
<style>
span { border-color: #5F0320; }
span { border-color: rgb(95,3,32); }
td.TdClassName
{
border-color: #5F0320;
}
.TagClassName
{
border-color: #5F0320;
}
</style>