Shades of Pohutukawa #62061A
Tints of Pohutukawa #62061A
RGB
CMYK
RGB Variations
Color information
#62061A (or 0x62061A) is known color: Pohutukawa. HEX triplet: 62, 06 and 1A. RGB value is (98,6,26). Sum of RGB (Red+Green+Blue) = 98+6+26=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #62061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62061A is #9DF9E5. Grayscale: #232323. Windows color (decimal): -10353126 or 1705570. OLE color: 1705570.
HSL color Cylindrical-coordinate representation of color #62061A: hue angle of 346.96º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62061A is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 26 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.62 |
| HSL | 346.96º | 0.88% | 0.2% | - |
| HSV(B) | 346.96º | 0.94% | 0.38% | - |
| XYZ | 5.29 | 2.8 | 1.24 | - |
| YUV | 35.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 26 | 0 | 0.94 | 0.73 | 0.62 | 346.96 | 0.88 | 0.2 |
| Hex | 62 | 6 | 1A | 0 | 5E | 49 | 3E | 15B | 58 | 14 |
| Octal | 142 | 6 | 32 | 0 | 136 | 111 | 76 | 533 | 130 | 24 |
| Binary | 1100010 | 110 | 11010 | 0 | 1011110 | 1001001 | 111110 | 101011011 | 1011000 | 10100 |
Color Harmonies of #62061A
Complementary color
Monochromatic Colors of #62061A
Black with #62061A
Text Example
Text Example
White with #62061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62061A; }
p { color: rgb(98,6,26); }
H1.HeaderClassName
{
color: #62061A;
}
.AnyTagClassName
{
color: #62061A;
}
</style>
background-color css
<style>
a { background-color: #62061A; }
a { background-color: rgb(98,6,26); }
div.DivClassName
{
background-color: #62061A;
}
.BgClassName
{
background-color: #62061A;
}
</style>
border-color css
<style>
span { border-color: #62061A; }
span { border-color: rgb(98,6,26); }
td.TdClassName
{
border-color: #62061A;
}
.TagClassName
{
border-color: #62061A;
}
</style>