Shades of Pohutukawa #60141C
Tints of Pohutukawa #60141C
RGB
CMYK
RGB Variations
Color information
#60141C (or 0x60141C) is known color: Pohutukawa. HEX triplet: 60, 14 and 1C. RGB value is (96,20,28). Sum of RGB (Red+Green+Blue) = 96+20+28=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60141C is #9FEBE3. Grayscale: #2B2B2B. Windows color (decimal): -10480612 or 1840224. OLE color: 1840224.
HSL color Cylindrical-coordinate representation of color #60141C: hue angle of 353.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60141C is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 28 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.62 |
| HSL | 353.68º | 0.66% | 0.23% | - |
| HSV(B) | 353.68º | 0.79% | 0.38% | - |
| XYZ | 5.28 | 3.07 | 1.41 | - |
| YUV | 43.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 28 | 0 | 0.79 | 0.71 | 0.62 | 353.68 | 0.66 | 0.23 |
| Hex | 60 | 14 | 1C | 0 | 4F | 47 | 3E | 162 | 42 | 17 |
| Octal | 140 | 24 | 34 | 0 | 117 | 107 | 76 | 542 | 102 | 27 |
| Binary | 1100000 | 10100 | 11100 | 0 | 1001111 | 1000111 | 111110 | 101100010 | 1000010 | 10111 |
Color Harmonies of #60141C
Complementary color
Monochromatic Colors of #60141C
Black with #60141C
Text Example
Text Example
White with #60141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60141C; }
p { color: rgb(96,20,28); }
H1.HeaderClassName
{
color: #60141C;
}
.AnyTagClassName
{
color: #60141C;
}
</style>
background-color css
<style>
a { background-color: #60141C; }
a { background-color: rgb(96,20,28); }
div.DivClassName
{
background-color: #60141C;
}
.BgClassName
{
background-color: #60141C;
}
</style>
border-color css
<style>
span { border-color: #60141C; }
span { border-color: rgb(96,20,28); }
td.TdClassName
{
border-color: #60141C;
}
.TagClassName
{
border-color: #60141C;
}
</style>