Shades of Pohutukawa #62202D
Tints of Pohutukawa #62202D
RGB
CMYK
RGB Variations
Color information
#62202D (or 0x62202D) is known color: Pohutukawa. HEX triplet: 62, 20 and 2D. RGB value is (98,32,45). Sum of RGB (Red+Green+Blue) = 98+32+45=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62202D is #9DDFD2. Grayscale: #353535. Windows color (decimal): -10346451 or 2957410. OLE color: 2957410.
HSL color Cylindrical-coordinate representation of color #62202D: hue angle of 348.18º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62202D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 45 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.62 |
| HSL | 348.18º | 0.51% | 0.25% | - |
| HSV(B) | 348.18º | 0.67% | 0.38% | - |
| XYZ | 6.03 | 3.82 | 2.9 | - |
| YUV | 53.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 45 | 0 | 0.67 | 0.54 | 0.62 | 348.18 | 0.51 | 0.25 |
| Hex | 62 | 20 | 2D | 0 | 43 | 36 | 3E | 15C | 33 | 19 |
| Octal | 142 | 40 | 55 | 0 | 103 | 66 | 76 | 534 | 63 | 31 |
| Binary | 1100010 | 100000 | 101101 | 0 | 1000011 | 110110 | 111110 | 101011100 | 110011 | 11001 |
Color Harmonies of #62202D
Complementary color
Monochromatic Colors of #62202D
Black with #62202D
Text Example
Text Example
White with #62202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62202D; }
p { color: rgb(98,32,45); }
H1.HeaderClassName
{
color: #62202D;
}
.AnyTagClassName
{
color: #62202D;
}
</style>
background-color css
<style>
a { background-color: #62202D; }
a { background-color: rgb(98,32,45); }
div.DivClassName
{
background-color: #62202D;
}
.BgClassName
{
background-color: #62202D;
}
</style>
border-color css
<style>
span { border-color: #62202D; }
span { border-color: rgb(98,32,45); }
td.TdClassName
{
border-color: #62202D;
}
.TagClassName
{
border-color: #62202D;
}
</style>