Shades of Pohutukawa #60112A
Tints of Pohutukawa #60112A
RGB
CMYK
RGB Variations
Color information
#60112A (or 0x60112A) is known color: Pohutukawa. HEX triplet: 60, 11 and 2A. RGB value is (96,17,42). Sum of RGB (Red+Green+Blue) = 96+17+42=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #60112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60112A is #9FEED5. Grayscale: #2B2B2B. Windows color (decimal): -10481366 or 2756960. OLE color: 2756960.
HSL color Cylindrical-coordinate representation of color #60112A: hue angle of 341.01º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60112A is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 42 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.62 |
| HSL | 341.01º | 0.7% | 0.22% | - |
| HSV(B) | 341.01º | 0.82% | 0.38% | - |
| XYZ | 5.44 | 3.05 | 2.49 | - |
| YUV | 43.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 42 | 0 | 0.82 | 0.56 | 0.62 | 341.01 | 0.7 | 0.22 |
| Hex | 60 | 11 | 2A | 0 | 52 | 38 | 3E | 155 | 46 | 16 |
| Octal | 140 | 21 | 52 | 0 | 122 | 70 | 76 | 525 | 106 | 26 |
| Binary | 1100000 | 10001 | 101010 | 0 | 1010010 | 111000 | 111110 | 101010101 | 1000110 | 10110 |
Color Harmonies of #60112A
Complementary color
Monochromatic Colors of #60112A
Black with #60112A
Text Example
Text Example
White with #60112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60112A; }
p { color: rgb(96,17,42); }
H1.HeaderClassName
{
color: #60112A;
}
.AnyTagClassName
{
color: #60112A;
}
</style>
background-color css
<style>
a { background-color: #60112A; }
a { background-color: rgb(96,17,42); }
div.DivClassName
{
background-color: #60112A;
}
.BgClassName
{
background-color: #60112A;
}
</style>
border-color css
<style>
span { border-color: #60112A; }
span { border-color: rgb(96,17,42); }
td.TdClassName
{
border-color: #60112A;
}
.TagClassName
{
border-color: #60112A;
}
</style>