Shades of Pohutukawa #62030C
Tints of Pohutukawa #62030C
RGB
CMYK
RGB Variations
Color information
#62030C (or 0x62030C) is known color: Pohutukawa. HEX triplet: 62, 03 and 0C. RGB value is (98,3,12). Sum of RGB (Red+Green+Blue) = 98+3+12=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #62030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62030C is #9DFCF3. Grayscale: #202020. Windows color (decimal): -10353908 or 787298. OLE color: 787298.
HSL color Cylindrical-coordinate representation of color #62030C: hue angle of 354.32º 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 #62030C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 3 | 12 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.62 |
| HSL | 354.32º | 0.94% | 0.2% | - |
| HSV(B) | 354.32º | 0.97% | 0.38% | - |
| XYZ | 5.14 | 2.69 | 0.6 | - |
| YUV | 32.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 12 | 0 | 0.97 | 0.88 | 0.62 | 354.32 | 0.94 | 0.2 |
| Hex | 62 | 3 | C | 0 | 61 | 58 | 3E | 162 | 5E | 14 |
| Octal | 142 | 3 | 14 | 0 | 141 | 130 | 76 | 542 | 136 | 24 |
| Binary | 1100010 | 11 | 1100 | 0 | 1100001 | 1011000 | 111110 | 101100010 | 1011110 | 10100 |
Color Harmonies of #62030C
Complementary color
Monochromatic Colors of #62030C
Black with #62030C
Text Example
Text Example
White with #62030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62030C; }
p { color: rgb(98,3,12); }
H1.HeaderClassName
{
color: #62030C;
}
.AnyTagClassName
{
color: #62030C;
}
</style>
background-color css
<style>
a { background-color: #62030C; }
a { background-color: rgb(98,3,12); }
div.DivClassName
{
background-color: #62030C;
}
.BgClassName
{
background-color: #62030C;
}
</style>
border-color css
<style>
span { border-color: #62030C; }
span { border-color: rgb(98,3,12); }
td.TdClassName
{
border-color: #62030C;
}
.TagClassName
{
border-color: #62030C;
}
</style>