Shades of Pohutukawa #60041E
Tints of Pohutukawa #60041E
RGB
CMYK
RGB Variations
Color information
#60041E (or 0x60041E) is known color: Pohutukawa. HEX triplet: 60, 04 and 1E. RGB value is (96,4,30). Sum of RGB (Red+Green+Blue) = 96+4+30=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #60041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60041E is #9FFBE1. Grayscale: #222222. Windows color (decimal): -10484706 or 1967200. OLE color: 1967200.
HSL color Cylindrical-coordinate representation of color #60041E: hue angle of 343.04º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60041E is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 30 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.62 |
| HSL | 343.04º | 0.92% | 0.2% | - |
| HSV(B) | 343.04º | 0.96% | 0.38% | - |
| XYZ | 5.1 | 2.67 | 1.47 | - |
| YUV | 34.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 30 | 0 | 0.96 | 0.69 | 0.62 | 343.04 | 0.92 | 0.2 |
| Hex | 60 | 4 | 1E | 0 | 60 | 45 | 3E | 157 | 5C | 14 |
| Octal | 140 | 4 | 36 | 0 | 140 | 105 | 76 | 527 | 134 | 24 |
| Binary | 1100000 | 100 | 11110 | 0 | 1100000 | 1000101 | 111110 | 101010111 | 1011100 | 10100 |
Color Harmonies of #60041E
Complementary color
Monochromatic Colors of #60041E
Black with #60041E
Text Example
Text Example
White with #60041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60041E; }
p { color: rgb(96,4,30); }
H1.HeaderClassName
{
color: #60041E;
}
.AnyTagClassName
{
color: #60041E;
}
</style>
background-color css
<style>
a { background-color: #60041E; }
a { background-color: rgb(96,4,30); }
div.DivClassName
{
background-color: #60041E;
}
.BgClassName
{
background-color: #60041E;
}
</style>
border-color css
<style>
span { border-color: #60041E; }
span { border-color: rgb(96,4,30); }
td.TdClassName
{
border-color: #60041E;
}
.TagClassName
{
border-color: #60041E;
}
</style>