Shades of Pohutukawa #60031F
Tints of Pohutukawa #60031F
RGB
CMYK
RGB Variations
Color information
#60031F (or 0x60031F) is known color: Pohutukawa. HEX triplet: 60, 03 and 1F. RGB value is (96,3,31). Sum of RGB (Red+Green+Blue) = 96+3+31=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #60031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60031F is #9FFCE0. Grayscale: #212121. Windows color (decimal): -10484961 or 2032480. OLE color: 2032480.
HSL color Cylindrical-coordinate representation of color #60031F: hue angle of 341.94º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60031F is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 31 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.62 |
| HSL | 341.94º | 0.94% | 0.19% | - |
| HSV(B) | 341.94º | 0.97% | 0.38% | - |
| XYZ | 5.1 | 2.65 | 1.54 | - |
| YUV | 34 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 31 | 0 | 0.97 | 0.68 | 0.62 | 341.94 | 0.94 | 0.19 |
| Hex | 60 | 3 | 1F | 0 | 61 | 44 | 3E | 156 | 5E | 13 |
| Octal | 140 | 3 | 37 | 0 | 141 | 104 | 76 | 526 | 136 | 23 |
| Binary | 1100000 | 11 | 11111 | 0 | 1100001 | 1000100 | 111110 | 101010110 | 1011110 | 10011 |
Color Harmonies of #60031F
Complementary color
Monochromatic Colors of #60031F
Black with #60031F
Text Example
Text Example
White with #60031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60031F; }
p { color: rgb(96,3,31); }
H1.HeaderClassName
{
color: #60031F;
}
.AnyTagClassName
{
color: #60031F;
}
</style>
background-color css
<style>
a { background-color: #60031F; }
a { background-color: rgb(96,3,31); }
div.DivClassName
{
background-color: #60031F;
}
.BgClassName
{
background-color: #60031F;
}
</style>
border-color css
<style>
span { border-color: #60031F; }
span { border-color: rgb(96,3,31); }
td.TdClassName
{
border-color: #60031F;
}
.TagClassName
{
border-color: #60031F;
}
</style>