Shades of Pohutukawa #62102D
Tints of Pohutukawa #62102D
RGB
CMYK
RGB Variations
Color information
#62102D (or 0x62102D) is known color: Pohutukawa. HEX triplet: 62, 10 and 2D. RGB value is (98,16,45). Sum of RGB (Red+Green+Blue) = 98+16+45=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62102D is #9DEFD2. Grayscale: #2B2B2B. Windows color (decimal): -10350547 or 2953314. OLE color: 2953314.
HSL color Cylindrical-coordinate representation of color #62102D: hue angle of 338.78º 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 #62102D is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 16 | 45 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.62 |
| HSL | 338.78º | 0.72% | 0.22% | - |
| HSV(B) | 338.78º | 0.84% | 0.38% | - |
| XYZ | 5.7 | 3.16 | 2.79 | - |
| YUV | 43.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 45 | 0 | 0.84 | 0.54 | 0.62 | 338.78 | 0.72 | 0.22 |
| Hex | 62 | 10 | 2D | 0 | 54 | 36 | 3E | 153 | 48 | 16 |
| Octal | 142 | 20 | 55 | 0 | 124 | 66 | 76 | 523 | 110 | 26 |
| Binary | 1100010 | 10000 | 101101 | 0 | 1010100 | 110110 | 111110 | 101010011 | 1001000 | 10110 |
Color Harmonies of #62102D
Complementary color
Monochromatic Colors of #62102D
Black with #62102D
Text Example
Text Example
White with #62102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62102D; }
p { color: rgb(98,16,45); }
H1.HeaderClassName
{
color: #62102D;
}
.AnyTagClassName
{
color: #62102D;
}
</style>
background-color css
<style>
a { background-color: #62102D; }
a { background-color: rgb(98,16,45); }
div.DivClassName
{
background-color: #62102D;
}
.BgClassName
{
background-color: #62102D;
}
</style>
border-color css
<style>
span { border-color: #62102D; }
span { border-color: rgb(98,16,45); }
td.TdClassName
{
border-color: #62102D;
}
.TagClassName
{
border-color: #62102D;
}
</style>