Shades of Pohutukawa #60132C
Tints of Pohutukawa #60132C
RGB
CMYK
RGB Variations
Color information
#60132C (or 0x60132C) is known color: Pohutukawa. HEX triplet: 60, 13 and 2C. RGB value is (96,19,44). Sum of RGB (Red+Green+Blue) = 96+19+44=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60132C is #9FECD3. Grayscale: #2C2C2C. Windows color (decimal): -10480852 or 2888544. OLE color: 2888544.
HSL color Cylindrical-coordinate representation of color #60132C: hue angle of 340.52º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60132C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 44 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.62 |
| HSL | 340.52º | 0.67% | 0.23% | - |
| HSV(B) | 340.52º | 0.8% | 0.38% | - |
| XYZ | 5.51 | 3.13 | 2.7 | - |
| YUV | 44.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 44 | 0 | 0.80 | 0.54 | 0.62 | 340.52 | 0.67 | 0.23 |
| Hex | 60 | 13 | 2C | 0 | 50 | 36 | 3E | 155 | 43 | 17 |
| Octal | 140 | 23 | 54 | 0 | 120 | 66 | 76 | 525 | 103 | 27 |
| Binary | 1100000 | 10011 | 101100 | 0 | 1010000 | 110110 | 111110 | 101010101 | 1000011 | 10111 |
Color Harmonies of #60132C
Complementary color
Monochromatic Colors of #60132C
Black with #60132C
Text Example
Text Example
White with #60132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60132C; }
p { color: rgb(96,19,44); }
H1.HeaderClassName
{
color: #60132C;
}
.AnyTagClassName
{
color: #60132C;
}
</style>
background-color css
<style>
a { background-color: #60132C; }
a { background-color: rgb(96,19,44); }
div.DivClassName
{
background-color: #60132C;
}
.BgClassName
{
background-color: #60132C;
}
</style>
border-color css
<style>
span { border-color: #60132C; }
span { border-color: rgb(96,19,44); }
td.TdClassName
{
border-color: #60132C;
}
.TagClassName
{
border-color: #60132C;
}
</style>