Shades of Pohutukawa #62102E
Tints of Pohutukawa #62102E
RGB
CMYK
RGB Variations
Color information
#62102E (or 0x62102E) is known color: Pohutukawa. HEX triplet: 62, 10 and 2E. RGB value is (98,16,46). Sum of RGB (Red+Green+Blue) = 98+16+46=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62102E is #9DEFD1. Grayscale: #2B2B2B. Windows color (decimal): -10350546 or 3018850. OLE color: 3018850.
HSL color Cylindrical-coordinate representation of color #62102E: hue angle of 338.05º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62102E is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 16 | 46 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.62 |
| HSL | 338.05º | 0.72% | 0.22% | - |
| HSV(B) | 338.05º | 0.84% | 0.38% | - |
| XYZ | 5.72 | 3.16 | 2.89 | - |
| YUV | 43.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 46 | 0 | 0.84 | 0.53 | 0.62 | 338.05 | 0.72 | 0.22 |
| Hex | 62 | 10 | 2E | 0 | 54 | 35 | 3E | 152 | 48 | 16 |
| Octal | 142 | 20 | 56 | 0 | 124 | 65 | 76 | 522 | 110 | 26 |
| Binary | 1100010 | 10000 | 101110 | 0 | 1010100 | 110101 | 111110 | 101010010 | 1001000 | 10110 |
Color Harmonies of #62102E
Complementary color
Monochromatic Colors of #62102E
Black with #62102E
Text Example
Text Example
White with #62102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62102E; }
p { color: rgb(98,16,46); }
H1.HeaderClassName
{
color: #62102E;
}
.AnyTagClassName
{
color: #62102E;
}
</style>
background-color css
<style>
a { background-color: #62102E; }
a { background-color: rgb(98,16,46); }
div.DivClassName
{
background-color: #62102E;
}
.BgClassName
{
background-color: #62102E;
}
</style>
border-color css
<style>
span { border-color: #62102E; }
span { border-color: rgb(98,16,46); }
td.TdClassName
{
border-color: #62102E;
}
.TagClassName
{
border-color: #62102E;
}
</style>