Shades of Pohutukawa #62222D
Tints of Pohutukawa #62222D
RGB
CMYK
RGB Variations
Color information
#62222D (or 0x62222D) is known color: Pohutukawa. HEX triplet: 62, 22 and 2D. RGB value is (98,34,45). Sum of RGB (Red+Green+Blue) = 98+34+45=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62222D is #9DDDD2. Grayscale: #363636. Windows color (decimal): -10345939 or 2957922. OLE color: 2957922.
HSL color Cylindrical-coordinate representation of color #62222D: hue angle of 349.69º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62222D is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 45 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.62 |
| HSL | 349.69º | 0.48% | 0.26% | - |
| HSV(B) | 349.69º | 0.65% | 0.38% | - |
| XYZ | 6.08 | 3.93 | 2.92 | - |
| YUV | 54.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 45 | 0 | 0.65 | 0.54 | 0.62 | 349.69 | 0.48 | 0.26 |
| Hex | 62 | 22 | 2D | 0 | 41 | 36 | 3E | 15E | 30 | 1A |
| Octal | 142 | 42 | 55 | 0 | 101 | 66 | 76 | 536 | 60 | 32 |
| Binary | 1100010 | 100010 | 101101 | 0 | 1000001 | 110110 | 111110 | 101011110 | 110000 | 11010 |
Color Harmonies of #62222D
Complementary color
Monochromatic Colors of #62222D
Black with #62222D
Text Example
Text Example
White with #62222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62222D; }
p { color: rgb(98,34,45); }
H1.HeaderClassName
{
color: #62222D;
}
.AnyTagClassName
{
color: #62222D;
}
</style>
background-color css
<style>
a { background-color: #62222D; }
a { background-color: rgb(98,34,45); }
div.DivClassName
{
background-color: #62222D;
}
.BgClassName
{
background-color: #62222D;
}
</style>
border-color css
<style>
span { border-color: #62222D; }
span { border-color: rgb(98,34,45); }
td.TdClassName
{
border-color: #62222D;
}
.TagClassName
{
border-color: #62222D;
}
</style>