Shades of Pohutukawa #620F2D
Tints of Pohutukawa #620F2D
RGB
CMYK
RGB Variations
Color information
#620F2D (or 0x620F2D) is known color: Pohutukawa. HEX triplet: 62, 0F and 2D. RGB value is (98,15,45). Sum of RGB (Red+Green+Blue) = 98+15+45=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #620F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F2D is #9DF0D2. Grayscale: #2B2B2B. Windows color (decimal): -10350803 or 2953058. OLE color: 2953058.
HSL color Cylindrical-coordinate representation of color #620F2D: hue angle of 338.31º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F2D is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 45 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.62 |
| HSL | 338.31º | 0.73% | 0.22% | - |
| HSV(B) | 338.31º | 0.85% | 0.38% | - |
| XYZ | 5.68 | 3.13 | 2.79 | - |
| YUV | 43.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 45 | 0 | 0.85 | 0.54 | 0.62 | 338.31 | 0.73 | 0.22 |
| Hex | 62 | F | 2D | 0 | 55 | 36 | 3E | 152 | 49 | 16 |
| Octal | 142 | 17 | 55 | 0 | 125 | 66 | 76 | 522 | 111 | 26 |
| Binary | 1100010 | 1111 | 101101 | 0 | 1010101 | 110110 | 111110 | 101010010 | 1001001 | 10110 |
Color Harmonies of #620F2D
Complementary color
Monochromatic Colors of #620F2D
Black with #620F2D
Text Example
Text Example
White with #620F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F2D; }
p { color: rgb(98,15,45); }
H1.HeaderClassName
{
color: #620F2D;
}
.AnyTagClassName
{
color: #620F2D;
}
</style>
background-color css
<style>
a { background-color: #620F2D; }
a { background-color: rgb(98,15,45); }
div.DivClassName
{
background-color: #620F2D;
}
.BgClassName
{
background-color: #620F2D;
}
</style>
border-color css
<style>
span { border-color: #620F2D; }
span { border-color: rgb(98,15,45); }
td.TdClassName
{
border-color: #620F2D;
}
.TagClassName
{
border-color: #620F2D;
}
</style>