Shades of Pohutukawa #621D26
Tints of Pohutukawa #621D26
RGB
CMYK
RGB Variations
Color information
#621D26 (or 0x621D26) is known color: Pohutukawa. HEX triplet: 62, 1D and 26. RGB value is (98,29,38). Sum of RGB (Red+Green+Blue) = 98+29+38=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #621D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D26 is #9DE2D9. Grayscale: #323232. Windows color (decimal): -10347226 or 2497890. OLE color: 2497890.
HSL color Cylindrical-coordinate representation of color #621D26: hue angle of 352.17º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #621D26 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 29 | 38 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.62 |
| HSL | 352.17º | 0.54% | 0.25% | - |
| HSV(B) | 352.17º | 0.7% | 0.38% | - |
| XYZ | 5.83 | 3.62 | 2.22 | - |
| YUV | 50.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 38 | 0 | 0.70 | 0.61 | 0.62 | 352.17 | 0.54 | 0.25 |
| Hex | 62 | 1D | 26 | 0 | 46 | 3D | 3E | 160 | 36 | 19 |
| Octal | 142 | 35 | 46 | 0 | 106 | 75 | 76 | 540 | 66 | 31 |
| Binary | 1100010 | 11101 | 100110 | 0 | 1000110 | 111101 | 111110 | 101100000 | 110110 | 11001 |
Color Harmonies of #621D26
Complementary color
Monochromatic Colors of #621D26
Black with #621D26
Text Example
Text Example
White with #621D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621D26; }
p { color: rgb(98,29,38); }
H1.HeaderClassName
{
color: #621D26;
}
.AnyTagClassName
{
color: #621D26;
}
</style>
background-color css
<style>
a { background-color: #621D26; }
a { background-color: rgb(98,29,38); }
div.DivClassName
{
background-color: #621D26;
}
.BgClassName
{
background-color: #621D26;
}
</style>
border-color css
<style>
span { border-color: #621D26; }
span { border-color: rgb(98,29,38); }
td.TdClassName
{
border-color: #621D26;
}
.TagClassName
{
border-color: #621D26;
}
</style>