Shades of Pohutukawa #620F1D
Tints of Pohutukawa #620F1D
RGB
CMYK
RGB Variations
Color information
#620F1D (or 0x620F1D) is known color: Pohutukawa. HEX triplet: 62, 0F and 1D. RGB value is (98,15,29). Sum of RGB (Red+Green+Blue) = 98+15+29=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #620F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F1D is #9DF0E2. Grayscale: #292929. Windows color (decimal): -10350819 or 1904482. OLE color: 1904482.
HSL color Cylindrical-coordinate representation of color #620F1D: hue angle of 349.88º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F1D is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 29 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.62 |
| HSL | 349.88º | 0.73% | 0.22% | - |
| HSV(B) | 349.88º | 0.85% | 0.38% | - |
| XYZ | 5.43 | 3.03 | 1.46 | - |
| YUV | 41.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 29 | 0 | 0.85 | 0.70 | 0.62 | 349.88 | 0.73 | 0.22 |
| Hex | 62 | F | 1D | 0 | 55 | 46 | 3E | 15E | 49 | 16 |
| Octal | 142 | 17 | 35 | 0 | 125 | 106 | 76 | 536 | 111 | 26 |
| Binary | 1100010 | 1111 | 11101 | 0 | 1010101 | 1000110 | 111110 | 101011110 | 1001001 | 10110 |
Color Harmonies of #620F1D
Complementary color
Monochromatic Colors of #620F1D
Black with #620F1D
Text Example
Text Example
White with #620F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F1D; }
p { color: rgb(98,15,29); }
H1.HeaderClassName
{
color: #620F1D;
}
.AnyTagClassName
{
color: #620F1D;
}
</style>
background-color css
<style>
a { background-color: #620F1D; }
a { background-color: rgb(98,15,29); }
div.DivClassName
{
background-color: #620F1D;
}
.BgClassName
{
background-color: #620F1D;
}
</style>
border-color css
<style>
span { border-color: #620F1D; }
span { border-color: rgb(98,15,29); }
td.TdClassName
{
border-color: #620F1D;
}
.TagClassName
{
border-color: #620F1D;
}
</style>