Shades of Pohutukawa #620B0D
Tints of Pohutukawa #620B0D
RGB
CMYK
RGB Variations
Color information
#620B0D (or 0x620B0D) is known color: Pohutukawa. HEX triplet: 62, 0B and 0D. RGB value is (98,11,13). Sum of RGB (Red+Green+Blue) = 98+11+13=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #620B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B0D is #9DF4F2. Grayscale: #252525. Windows color (decimal): -10351859 or 854882. OLE color: 854882.
HSL color Cylindrical-coordinate representation of color #620B0D: hue angle of 358.62º 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 #620B0D is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 11 | 13 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.62 |
| HSL | 358.62º | 0.8% | 0.21% | - |
| HSV(B) | 358.62º | 0.89% | 0.38% | - |
| XYZ | 5.23 | 2.87 | 0.66 | - |
| YUV | 37.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 13 | 0 | 0.89 | 0.87 | 0.62 | 358.62 | 0.8 | 0.21 |
| Hex | 62 | B | D | 0 | 59 | 57 | 3E | 167 | 50 | 15 |
| Octal | 142 | 13 | 15 | 0 | 131 | 127 | 76 | 547 | 120 | 25 |
| Binary | 1100010 | 1011 | 1101 | 0 | 1011001 | 1010111 | 111110 | 101100111 | 1010000 | 10101 |
Color Harmonies of #620B0D
Complementary color
Monochromatic Colors of #620B0D
Black with #620B0D
Text Example
Text Example
White with #620B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620B0D; }
p { color: rgb(98,11,13); }
H1.HeaderClassName
{
color: #620B0D;
}
.AnyTagClassName
{
color: #620B0D;
}
</style>
background-color css
<style>
a { background-color: #620B0D; }
a { background-color: rgb(98,11,13); }
div.DivClassName
{
background-color: #620B0D;
}
.BgClassName
{
background-color: #620B0D;
}
</style>
border-color css
<style>
span { border-color: #620B0D; }
span { border-color: rgb(98,11,13); }
td.TdClassName
{
border-color: #620B0D;
}
.TagClassName
{
border-color: #620B0D;
}
</style>