Shades of Pohutukawa #60222F
Tints of Pohutukawa #60222F
RGB
CMYK
RGB Variations
Color information
#60222F (or 0x60222F) is known color: Pohutukawa. HEX triplet: 60, 22 and 2F. RGB value is (96,34,47). Sum of RGB (Red+Green+Blue) = 96+34+47=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60222F is #9FDDD0. Grayscale: #363636. Windows color (decimal): -10477009 or 3088992. OLE color: 3088992.
HSL color Cylindrical-coordinate representation of color #60222F: hue angle of 347.42º 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 #60222F is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 47 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.62 |
| HSL | 347.42º | 0.48% | 0.25% | - |
| HSV(B) | 347.42º | 0.65% | 0.38% | - |
| XYZ | 5.91 | 3.84 | 3.12 | - |
| YUV | 54.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 47 | 0 | 0.65 | 0.51 | 0.62 | 347.42 | 0.48 | 0.25 |
| Hex | 60 | 22 | 2F | 0 | 41 | 33 | 3E | 15B | 30 | 19 |
| Octal | 140 | 42 | 57 | 0 | 101 | 63 | 76 | 533 | 60 | 31 |
| Binary | 1100000 | 100010 | 101111 | 0 | 1000001 | 110011 | 111110 | 101011011 | 110000 | 11001 |
Color Harmonies of #60222F
Complementary color
Monochromatic Colors of #60222F
Black with #60222F
Text Example
Text Example
White with #60222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60222F; }
p { color: rgb(96,34,47); }
H1.HeaderClassName
{
color: #60222F;
}
.AnyTagClassName
{
color: #60222F;
}
</style>
background-color css
<style>
a { background-color: #60222F; }
a { background-color: rgb(96,34,47); }
div.DivClassName
{
background-color: #60222F;
}
.BgClassName
{
background-color: #60222F;
}
</style>
border-color css
<style>
span { border-color: #60222F; }
span { border-color: rgb(96,34,47); }
td.TdClassName
{
border-color: #60222F;
}
.TagClassName
{
border-color: #60222F;
}
</style>