Shades of Pohutukawa #621F2E
Tints of Pohutukawa #621F2E
RGB
CMYK
RGB Variations
Color information
#621F2E (or 0x621F2E) is known color: Pohutukawa. HEX triplet: 62, 1F and 2E. RGB value is (98,31,46). Sum of RGB (Red+Green+Blue) = 98+31+46=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #621F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F2E is #9DE0D1. Grayscale: #343434. Windows color (decimal): -10346706 or 3022690. OLE color: 3022690.
HSL color Cylindrical-coordinate representation of color #621F2E: hue angle of 346.57º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #621F2E is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 31 | 46 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.62 |
| HSL | 346.57º | 0.52% | 0.25% | - |
| HSV(B) | 346.57º | 0.68% | 0.38% | - |
| XYZ | 6.02 | 3.77 | 3 | - |
| YUV | 52.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 46 | 0 | 0.68 | 0.53 | 0.62 | 346.57 | 0.52 | 0.25 |
| Hex | 62 | 1F | 2E | 0 | 44 | 35 | 3E | 15B | 34 | 19 |
| Octal | 142 | 37 | 56 | 0 | 104 | 65 | 76 | 533 | 64 | 31 |
| Binary | 1100010 | 11111 | 101110 | 0 | 1000100 | 110101 | 111110 | 101011011 | 110100 | 11001 |
Color Harmonies of #621F2E
Complementary color
Monochromatic Colors of #621F2E
Black with #621F2E
Text Example
Text Example
White with #621F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621F2E; }
p { color: rgb(98,31,46); }
H1.HeaderClassName
{
color: #621F2E;
}
.AnyTagClassName
{
color: #621F2E;
}
</style>
background-color css
<style>
a { background-color: #621F2E; }
a { background-color: rgb(98,31,46); }
div.DivClassName
{
background-color: #621F2E;
}
.BgClassName
{
background-color: #621F2E;
}
</style>
border-color css
<style>
span { border-color: #621F2E; }
span { border-color: rgb(98,31,46); }
td.TdClassName
{
border-color: #621F2E;
}
.TagClassName
{
border-color: #621F2E;
}
</style>