Shades of Pohutukawa #620105
Tints of Pohutukawa #620105
RGB
CMYK
RGB Variations
Color information
#620105 (or 0x620105) is known color: Pohutukawa. HEX triplet: 62, 01 and 05. RGB value is (98,1,5). Sum of RGB (Red+Green+Blue) = 98+1+5=104 (13% of max value = 765). Red value is 98 (38.67% from 255 or 94.23% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 98 - color contains mainly: red. Hex color #620105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620105 is #9DFEFA. Grayscale: #1E1E1E. Windows color (decimal): -10354427 or 328034. OLE color: 328034.
HSL color Cylindrical-coordinate representation of color #620105: hue angle of 357.53º 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 #620105 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.62 |
| HSL | 357.53º | 0.98% | 0.19% | - |
| HSV(B) | 357.53º | 0.99% | 0.38% | - |
| XYZ | 5.08 | 2.63 | 0.38 | - |
| YUV | 30.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 5 | 0 | 0.99 | 0.95 | 0.62 | 357.53 | 0.98 | 0.19 |
| Hex | 62 | 1 | 5 | 0 | 63 | 5F | 3E | 166 | 62 | 13 |
| Octal | 142 | 1 | 5 | 0 | 143 | 137 | 76 | 546 | 142 | 23 |
| Binary | 1100010 | 1 | 101 | 0 | 1100011 | 1011111 | 111110 | 101100110 | 1100010 | 10011 |
Color Harmonies of #620105
Complementary color
Monochromatic Colors of #620105
Black with #620105
Text Example
Text Example
White with #620105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620105; }
p { color: rgb(98,1,5); }
H1.HeaderClassName
{
color: #620105;
}
.AnyTagClassName
{
color: #620105;
}
</style>
background-color css
<style>
a { background-color: #620105; }
a { background-color: rgb(98,1,5); }
div.DivClassName
{
background-color: #620105;
}
.BgClassName
{
background-color: #620105;
}
</style>
border-color css
<style>
span { border-color: #620105; }
span { border-color: rgb(98,1,5); }
td.TdClassName
{
border-color: #620105;
}
.TagClassName
{
border-color: #620105;
}
</style>