Shades of Pohutukawa #620103
Tints of Pohutukawa #620103
RGB
CMYK
RGB Variations
Color information
#620103 (or 0x620103) is known color: Pohutukawa. HEX triplet: 62, 01 and 03. RGB value is (98,1,3). Sum of RGB (Red+Green+Blue) = 98+1+3=102 (13% of max value = 765). Red value is 98 (38.67% from 255 or 96.08% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 98 - color contains mainly: red. Hex color #620103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620103 is #9DFEFC. Grayscale: #1E1E1E. Windows color (decimal): -10354429 or 196962. OLE color: 196962.
HSL color Cylindrical-coordinate representation of color #620103: hue angle of 358.76º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620103 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.62 |
| HSL | 358.76º | 0.98% | 0.19% | - |
| HSV(B) | 358.76º | 0.99% | 0.38% | - |
| XYZ | 5.06 | 2.62 | 0.33 | - |
| YUV | 30.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 3 | 0 | 0.99 | 0.97 | 0.62 | 358.76 | 0.98 | 0.19 |
| Hex | 62 | 1 | 3 | 0 | 63 | 61 | 3E | 167 | 62 | 13 |
| Octal | 142 | 1 | 3 | 0 | 143 | 141 | 76 | 547 | 142 | 23 |
| Binary | 1100010 | 1 | 11 | 0 | 1100011 | 1100001 | 111110 | 101100111 | 1100010 | 10011 |
Color Harmonies of #620103
Complementary color
Monochromatic Colors of #620103
Black with #620103
Text Example
Text Example
White with #620103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620103; }
p { color: rgb(98,1,3); }
H1.HeaderClassName
{
color: #620103;
}
.AnyTagClassName
{
color: #620103;
}
</style>
background-color css
<style>
a { background-color: #620103; }
a { background-color: rgb(98,1,3); }
div.DivClassName
{
background-color: #620103;
}
.BgClassName
{
background-color: #620103;
}
</style>
border-color css
<style>
span { border-color: #620103; }
span { border-color: rgb(98,1,3); }
td.TdClassName
{
border-color: #620103;
}
.TagClassName
{
border-color: #620103;
}
</style>