Shades of Pohutukawa #620B26
Tints of Pohutukawa #620B26
RGB
CMYK
RGB Variations
Color information
#620B26 (or 0x620B26) is known color: Pohutukawa. HEX triplet: 62, 0B and 26. RGB value is (98,11,38). Sum of RGB (Red+Green+Blue) = 98+11+38=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #620B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620B26 is #9DF4D9. Grayscale: #282828. Windows color (decimal): -10351834 or 2493282. OLE color: 2493282.
HSL color Cylindrical-coordinate representation of color #620B26: hue angle of 341.38º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620B26 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 11 | 38 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.62 |
| HSL | 341.38º | 0.8% | 0.21% | - |
| HSV(B) | 341.38º | 0.89% | 0.38% | - |
| XYZ | 5.51 | 2.98 | 2.12 | - |
| YUV | 40.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 38 | 0 | 0.89 | 0.61 | 0.62 | 341.38 | 0.8 | 0.21 |
| Hex | 62 | B | 26 | 0 | 59 | 3D | 3E | 155 | 50 | 15 |
| Octal | 142 | 13 | 46 | 0 | 131 | 75 | 76 | 525 | 120 | 25 |
| Binary | 1100010 | 1011 | 100110 | 0 | 1011001 | 111101 | 111110 | 101010101 | 1010000 | 10101 |
Color Harmonies of #620B26
Complementary color
Monochromatic Colors of #620B26
Black with #620B26
Text Example
Text Example
White with #620B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620B26; }
p { color: rgb(98,11,38); }
H1.HeaderClassName
{
color: #620B26;
}
.AnyTagClassName
{
color: #620B26;
}
</style>
background-color css
<style>
a { background-color: #620B26; }
a { background-color: rgb(98,11,38); }
div.DivClassName
{
background-color: #620B26;
}
.BgClassName
{
background-color: #620B26;
}
</style>
border-color css
<style>
span { border-color: #620B26; }
span { border-color: rgb(98,11,38); }
td.TdClassName
{
border-color: #620B26;
}
.TagClassName
{
border-color: #620B26;
}
</style>