Shades of Pohutukawa #60132F
Tints of Pohutukawa #60132F
RGB
CMYK
RGB Variations
Color information
#60132F (or 0x60132F) is known color: Pohutukawa. HEX triplet: 60, 13 and 2F. RGB value is (96,19,47). Sum of RGB (Red+Green+Blue) = 96+19+47=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60132F is #9FECD0. Grayscale: #2D2D2D. Windows color (decimal): -10480849 or 3085152. OLE color: 3085152.
HSL color Cylindrical-coordinate representation of color #60132F: hue angle of 338.18º 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 #60132F is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 47 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.62 |
| HSL | 338.18º | 0.67% | 0.23% | - |
| HSV(B) | 338.18º | 0.8% | 0.38% | - |
| XYZ | 5.57 | 3.16 | 3.01 | - |
| YUV | 45.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 47 | 0 | 0.80 | 0.51 | 0.62 | 338.18 | 0.67 | 0.23 |
| Hex | 60 | 13 | 2F | 0 | 50 | 33 | 3E | 152 | 43 | 17 |
| Octal | 140 | 23 | 57 | 0 | 120 | 63 | 76 | 522 | 103 | 27 |
| Binary | 1100000 | 10011 | 101111 | 0 | 1010000 | 110011 | 111110 | 101010010 | 1000011 | 10111 |
Color Harmonies of #60132F
Complementary color
Monochromatic Colors of #60132F
Black with #60132F
Text Example
Text Example
White with #60132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60132F; }
p { color: rgb(96,19,47); }
H1.HeaderClassName
{
color: #60132F;
}
.AnyTagClassName
{
color: #60132F;
}
</style>
background-color css
<style>
a { background-color: #60132F; }
a { background-color: rgb(96,19,47); }
div.DivClassName
{
background-color: #60132F;
}
.BgClassName
{
background-color: #60132F;
}
</style>
border-color css
<style>
span { border-color: #60132F; }
span { border-color: rgb(96,19,47); }
td.TdClassName
{
border-color: #60132F;
}
.TagClassName
{
border-color: #60132F;
}
</style>