Shades of Pohutukawa #60132D
Tints of Pohutukawa #60132D
RGB
CMYK
RGB Variations
Color information
#60132D (or 0x60132D) is known color: Pohutukawa. HEX triplet: 60, 13 and 2D. RGB value is (96,19,45). Sum of RGB (Red+Green+Blue) = 96+19+45=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60132D is #9FECD2. Grayscale: #2C2C2C. Windows color (decimal): -10480851 or 2954080. OLE color: 2954080.
HSL color Cylindrical-coordinate representation of color #60132D: hue angle of 339.74º 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 #60132D is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 45 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.62 |
| HSL | 339.74º | 0.67% | 0.23% | - |
| HSV(B) | 339.74º | 0.8% | 0.38% | - |
| XYZ | 5.53 | 3.14 | 2.8 | - |
| YUV | 44.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 45 | 0 | 0.80 | 0.53 | 0.62 | 339.74 | 0.67 | 0.23 |
| Hex | 60 | 13 | 2D | 0 | 50 | 35 | 3E | 154 | 43 | 17 |
| Octal | 140 | 23 | 55 | 0 | 120 | 65 | 76 | 524 | 103 | 27 |
| Binary | 1100000 | 10011 | 101101 | 0 | 1010000 | 110101 | 111110 | 101010100 | 1000011 | 10111 |
Color Harmonies of #60132D
Complementary color
Monochromatic Colors of #60132D
Black with #60132D
Text Example
Text Example
White with #60132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60132D; }
p { color: rgb(96,19,45); }
H1.HeaderClassName
{
color: #60132D;
}
.AnyTagClassName
{
color: #60132D;
}
</style>
background-color css
<style>
a { background-color: #60132D; }
a { background-color: rgb(96,19,45); }
div.DivClassName
{
background-color: #60132D;
}
.BgClassName
{
background-color: #60132D;
}
</style>
border-color css
<style>
span { border-color: #60132D; }
span { border-color: rgb(96,19,45); }
td.TdClassName
{
border-color: #60132D;
}
.TagClassName
{
border-color: #60132D;
}
</style>