Shades of Pohutukawa #60222E
Tints of Pohutukawa #60222E
RGB
CMYK
RGB Variations
Color information
#60222E (or 0x60222E) is known color: Pohutukawa. HEX triplet: 60, 22 and 2E. RGB value is (96,34,46). Sum of RGB (Red+Green+Blue) = 96+34+46=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60222E is #9FDDD1. Grayscale: #353535. Windows color (decimal): -10477010 or 3023456. OLE color: 3023456.
HSL color Cylindrical-coordinate representation of color #60222E: hue angle of 348.39º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60222E is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 46 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.62 |
| HSL | 348.39º | 0.48% | 0.25% | - |
| HSV(B) | 348.39º | 0.65% | 0.38% | - |
| XYZ | 5.89 | 3.83 | 3.01 | - |
| YUV | 53.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 46 | 0 | 0.65 | 0.52 | 0.62 | 348.39 | 0.48 | 0.25 |
| Hex | 60 | 22 | 2E | 0 | 41 | 34 | 3E | 15C | 30 | 19 |
| Octal | 140 | 42 | 56 | 0 | 101 | 64 | 76 | 534 | 60 | 31 |
| Binary | 1100000 | 100010 | 101110 | 0 | 1000001 | 110100 | 111110 | 101011100 | 110000 | 11001 |
Color Harmonies of #60222E
Complementary color
Monochromatic Colors of #60222E
Black with #60222E
Text Example
Text Example
White with #60222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60222E; }
p { color: rgb(96,34,46); }
H1.HeaderClassName
{
color: #60222E;
}
.AnyTagClassName
{
color: #60222E;
}
</style>
background-color css
<style>
a { background-color: #60222E; }
a { background-color: rgb(96,34,46); }
div.DivClassName
{
background-color: #60222E;
}
.BgClassName
{
background-color: #60222E;
}
</style>
border-color css
<style>
span { border-color: #60222E; }
span { border-color: rgb(96,34,46); }
td.TdClassName
{
border-color: #60222E;
}
.TagClassName
{
border-color: #60222E;
}
</style>