Shades of Pohutukawa #60142B
Tints of Pohutukawa #60142B
RGB
CMYK
RGB Variations
Color information
#60142B (or 0x60142B) is known color: Pohutukawa. HEX triplet: 60, 14 and 2B. RGB value is (96,20,43). Sum of RGB (Red+Green+Blue) = 96+20+43=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60142B is #9FEBD4. Grayscale: #2D2D2D. Windows color (decimal): -10480597 or 2823264. OLE color: 2823264.
HSL color Cylindrical-coordinate representation of color #60142B: hue angle of 341.84º 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 #60142B is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 43 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.62 |
| HSL | 341.84º | 0.66% | 0.23% | - |
| HSV(B) | 341.84º | 0.79% | 0.38% | - |
| XYZ | 5.51 | 3.16 | 2.61 | - |
| YUV | 45.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 43 | 0 | 0.79 | 0.55 | 0.62 | 341.84 | 0.66 | 0.23 |
| Hex | 60 | 14 | 2B | 0 | 4F | 37 | 3E | 156 | 42 | 17 |
| Octal | 140 | 24 | 53 | 0 | 117 | 67 | 76 | 526 | 102 | 27 |
| Binary | 1100000 | 10100 | 101011 | 0 | 1001111 | 110111 | 111110 | 101010110 | 1000010 | 10111 |
Color Harmonies of #60142B
Complementary color
Monochromatic Colors of #60142B
Black with #60142B
Text Example
Text Example
White with #60142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60142B; }
p { color: rgb(96,20,43); }
H1.HeaderClassName
{
color: #60142B;
}
.AnyTagClassName
{
color: #60142B;
}
</style>
background-color css
<style>
a { background-color: #60142B; }
a { background-color: rgb(96,20,43); }
div.DivClassName
{
background-color: #60142B;
}
.BgClassName
{
background-color: #60142B;
}
</style>
border-color css
<style>
span { border-color: #60142B; }
span { border-color: rgb(96,20,43); }
td.TdClassName
{
border-color: #60142B;
}
.TagClassName
{
border-color: #60142B;
}
</style>