Shades of Pohutukawa #621F26
Tints of Pohutukawa #621F26
RGB
CMYK
RGB Variations
Color information
#621F26 (or 0x621F26) is known color: Pohutukawa. HEX triplet: 62, 1F and 26. RGB value is (98,31,38). Sum of RGB (Red+Green+Blue) = 98+31+38=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #621F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F26 is #9DE0D9. Grayscale: #333333. Windows color (decimal): -10346714 or 2498402. OLE color: 2498402.
HSL color Cylindrical-coordinate representation of color #621F26: hue angle of 353.73º 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 #621F26 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 31 | 38 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.62 |
| HSL | 353.73º | 0.52% | 0.25% | - |
| HSV(B) | 353.73º | 0.68% | 0.38% | - |
| XYZ | 5.88 | 3.72 | 2.24 | - |
| YUV | 51.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 38 | 0 | 0.68 | 0.61 | 0.62 | 353.73 | 0.52 | 0.25 |
| Hex | 62 | 1F | 26 | 0 | 44 | 3D | 3E | 162 | 34 | 19 |
| Octal | 142 | 37 | 46 | 0 | 104 | 75 | 76 | 542 | 64 | 31 |
| Binary | 1100010 | 11111 | 100110 | 0 | 1000100 | 111101 | 111110 | 101100010 | 110100 | 11001 |
Color Harmonies of #621F26
Complementary color
Monochromatic Colors of #621F26
Black with #621F26
Text Example
Text Example
White with #621F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621F26; }
p { color: rgb(98,31,38); }
H1.HeaderClassName
{
color: #621F26;
}
.AnyTagClassName
{
color: #621F26;
}
</style>
background-color css
<style>
a { background-color: #621F26; }
a { background-color: rgb(98,31,38); }
div.DivClassName
{
background-color: #621F26;
}
.BgClassName
{
background-color: #621F26;
}
</style>
border-color css
<style>
span { border-color: #621F26; }
span { border-color: rgb(98,31,38); }
td.TdClassName
{
border-color: #621F26;
}
.TagClassName
{
border-color: #621F26;
}
</style>