Shades of Pohutukawa #62031E
Tints of Pohutukawa #62031E
RGB
CMYK
RGB Variations
Color information
#62031E (or 0x62031E) is known color: Pohutukawa. HEX triplet: 62, 03 and 1E. RGB value is (98,3,30). Sum of RGB (Red+Green+Blue) = 98+3+30=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #62031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62031E is #9DFCE1. Grayscale: #222222. Windows color (decimal): -10353890 or 1966946. OLE color: 1966946.
HSL color Cylindrical-coordinate representation of color #62031E: hue angle of 342.95º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62031E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 3 | 30 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.62 |
| HSL | 342.95º | 0.94% | 0.2% | - |
| HSV(B) | 342.95º | 0.97% | 0.38% | - |
| XYZ | 5.3 | 2.76 | 1.48 | - |
| YUV | 34.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 30 | 0 | 0.97 | 0.69 | 0.62 | 342.95 | 0.94 | 0.2 |
| Hex | 62 | 3 | 1E | 0 | 61 | 45 | 3E | 157 | 5E | 14 |
| Octal | 142 | 3 | 36 | 0 | 141 | 105 | 76 | 527 | 136 | 24 |
| Binary | 1100010 | 11 | 11110 | 0 | 1100001 | 1000101 | 111110 | 101010111 | 1011110 | 10100 |
Color Harmonies of #62031E
Complementary color
Monochromatic Colors of #62031E
Black with #62031E
Text Example
Text Example
White with #62031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62031E; }
p { color: rgb(98,3,30); }
H1.HeaderClassName
{
color: #62031E;
}
.AnyTagClassName
{
color: #62031E;
}
</style>
background-color css
<style>
a { background-color: #62031E; }
a { background-color: rgb(98,3,30); }
div.DivClassName
{
background-color: #62031E;
}
.BgClassName
{
background-color: #62031E;
}
</style>
border-color css
<style>
span { border-color: #62031E; }
span { border-color: rgb(98,3,30); }
td.TdClassName
{
border-color: #62031E;
}
.TagClassName
{
border-color: #62031E;
}
</style>