Shades of Pohutukawa #601113
Tints of Pohutukawa #601113
RGB
CMYK
RGB Variations
Color information
#601113 (or 0x601113) is known color: Pohutukawa. HEX triplet: 60, 11 and 13. RGB value is (96,17,19). Sum of RGB (Red+Green+Blue) = 96+17+19=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #601113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601113 is #9FEEEC. Grayscale: #282828. Windows color (decimal): -10481389 or 1249632. OLE color: 1249632.
HSL color Cylindrical-coordinate representation of color #601113: hue angle of 358.48º 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 #601113 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 19 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.62 |
| HSL | 358.48º | 0.7% | 0.22% | - |
| HSV(B) | 358.48º | 0.82% | 0.38% | - |
| XYZ | 5.14 | 2.93 | 0.91 | - |
| YUV | 40.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 19 | 0 | 0.82 | 0.80 | 0.62 | 358.48 | 0.7 | 0.22 |
| Hex | 60 | 11 | 13 | 0 | 52 | 50 | 3E | 166 | 46 | 16 |
| Octal | 140 | 21 | 23 | 0 | 122 | 120 | 76 | 546 | 106 | 26 |
| Binary | 1100000 | 10001 | 10011 | 0 | 1010010 | 1010000 | 111110 | 101100110 | 1000110 | 10110 |
Color Harmonies of #601113
Complementary color
Monochromatic Colors of #601113
Black with #601113
Text Example
Text Example
White with #601113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601113; }
p { color: rgb(96,17,19); }
H1.HeaderClassName
{
color: #601113;
}
.AnyTagClassName
{
color: #601113;
}
</style>
background-color css
<style>
a { background-color: #601113; }
a { background-color: rgb(96,17,19); }
div.DivClassName
{
background-color: #601113;
}
.BgClassName
{
background-color: #601113;
}
</style>
border-color css
<style>
span { border-color: #601113; }
span { border-color: rgb(96,17,19); }
td.TdClassName
{
border-color: #601113;
}
.TagClassName
{
border-color: #601113;
}
</style>