Shades of Pohutukawa #60031D
Tints of Pohutukawa #60031D
RGB
CMYK
RGB Variations
Color information
#60031D (or 0x60031D) is known color: Pohutukawa. HEX triplet: 60, 03 and 1D. RGB value is (96,3,29). Sum of RGB (Red+Green+Blue) = 96+3+29=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #60031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60031D is #9FFCE2. Grayscale: #212121. Windows color (decimal): -10484963 or 1901408. OLE color: 1901408.
HSL color Cylindrical-coordinate representation of color #60031D: hue angle of 343.23º 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 #60031D is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 29 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.62 |
| HSL | 343.23º | 0.94% | 0.19% | - |
| HSV(B) | 343.23º | 0.97% | 0.38% | - |
| XYZ | 5.08 | 2.64 | 1.4 | - |
| YUV | 33.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 29 | 0 | 0.97 | 0.70 | 0.62 | 343.23 | 0.94 | 0.19 |
| Hex | 60 | 3 | 1D | 0 | 61 | 46 | 3E | 157 | 5E | 13 |
| Octal | 140 | 3 | 35 | 0 | 141 | 106 | 76 | 527 | 136 | 23 |
| Binary | 1100000 | 11 | 11101 | 0 | 1100001 | 1000110 | 111110 | 101010111 | 1011110 | 10011 |
Color Harmonies of #60031D
Complementary color
Monochromatic Colors of #60031D
Black with #60031D
Text Example
Text Example
White with #60031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60031D; }
p { color: rgb(96,3,29); }
H1.HeaderClassName
{
color: #60031D;
}
.AnyTagClassName
{
color: #60031D;
}
</style>
background-color css
<style>
a { background-color: #60031D; }
a { background-color: rgb(96,3,29); }
div.DivClassName
{
background-color: #60031D;
}
.BgClassName
{
background-color: #60031D;
}
</style>
border-color css
<style>
span { border-color: #60031D; }
span { border-color: rgb(96,3,29); }
td.TdClassName
{
border-color: #60031D;
}
.TagClassName
{
border-color: #60031D;
}
</style>