Shades of Pohutukawa #60182C
Tints of Pohutukawa #60182C
RGB
CMYK
RGB Variations
Color information
#60182C (or 0x60182C) is known color: Pohutukawa. HEX triplet: 60, 18 and 2C. RGB value is (96,24,44). Sum of RGB (Red+Green+Blue) = 96+24+44=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #60182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60182C is #9FE7D3. Grayscale: #2F2F2F. Windows color (decimal): -10479572 or 2889824. OLE color: 2889824.
HSL color Cylindrical-coordinate representation of color #60182C: hue angle of 343.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60182C is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 24 | 44 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.62 |
| HSL | 343.33º | 0.6% | 0.24% | - |
| HSV(B) | 343.33º | 0.75% | 0.38% | - |
| XYZ | 5.61 | 3.32 | 2.73 | - |
| YUV | 47.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 44 | 0 | 0.75 | 0.54 | 0.62 | 343.33 | 0.6 | 0.24 |
| Hex | 60 | 18 | 2C | 0 | 4B | 36 | 3E | 157 | 3C | 18 |
| Octal | 140 | 30 | 54 | 0 | 113 | 66 | 76 | 527 | 74 | 30 |
| Binary | 1100000 | 11000 | 101100 | 0 | 1001011 | 110110 | 111110 | 101010111 | 111100 | 11000 |
Color Harmonies of #60182C
Complementary color
Monochromatic Colors of #60182C
Black with #60182C
Text Example
Text Example
White with #60182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60182C; }
p { color: rgb(96,24,44); }
H1.HeaderClassName
{
color: #60182C;
}
.AnyTagClassName
{
color: #60182C;
}
</style>
background-color css
<style>
a { background-color: #60182C; }
a { background-color: rgb(96,24,44); }
div.DivClassName
{
background-color: #60182C;
}
.BgClassName
{
background-color: #60182C;
}
</style>
border-color css
<style>
span { border-color: #60182C; }
span { border-color: rgb(96,24,44); }
td.TdClassName
{
border-color: #60182C;
}
.TagClassName
{
border-color: #60182C;
}
</style>