Shades of Pohutukawa #60041A
Tints of Pohutukawa #60041A
RGB
CMYK
RGB Variations
Color information
#60041A (or 0x60041A) is known color: Pohutukawa. HEX triplet: 60, 04 and 1A. RGB value is (96,4,26). Sum of RGB (Red+Green+Blue) = 96+4+26=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #60041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60041A is #9FFBE5. Grayscale: #222222. Windows color (decimal): -10484710 or 1705056. OLE color: 1705056.
HSL color Cylindrical-coordinate representation of color #60041A: hue angle of 345.65º 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 #60041A is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 26 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.62 |
| HSL | 345.65º | 0.92% | 0.2% | - |
| HSV(B) | 345.65º | 0.96% | 0.38% | - |
| XYZ | 5.05 | 2.65 | 1.22 | - |
| YUV | 34.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 26 | 0 | 0.96 | 0.73 | 0.62 | 345.65 | 0.92 | 0.2 |
| Hex | 60 | 4 | 1A | 0 | 60 | 49 | 3E | 15A | 5C | 14 |
| Octal | 140 | 4 | 32 | 0 | 140 | 111 | 76 | 532 | 134 | 24 |
| Binary | 1100000 | 100 | 11010 | 0 | 1100000 | 1001001 | 111110 | 101011010 | 1011100 | 10100 |
Color Harmonies of #60041A
Complementary color
Monochromatic Colors of #60041A
Black with #60041A
Text Example
Text Example
White with #60041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60041A; }
p { color: rgb(96,4,26); }
H1.HeaderClassName
{
color: #60041A;
}
.AnyTagClassName
{
color: #60041A;
}
</style>
background-color css
<style>
a { background-color: #60041A; }
a { background-color: rgb(96,4,26); }
div.DivClassName
{
background-color: #60041A;
}
.BgClassName
{
background-color: #60041A;
}
</style>
border-color css
<style>
span { border-color: #60041A; }
span { border-color: rgb(96,4,26); }
td.TdClassName
{
border-color: #60041A;
}
.TagClassName
{
border-color: #60041A;
}
</style>