Shades of Pohutukawa #621A2B
Tints of Pohutukawa #621A2B
RGB
CMYK
RGB Variations
Color information
#621A2B (or 0x621A2B) is known color: Pohutukawa. HEX triplet: 62, 1A and 2B. RGB value is (98,26,43). Sum of RGB (Red+Green+Blue) = 98+26+43=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #621A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A2B is #9DE5D4. Grayscale: #313131. Windows color (decimal): -10347989 or 2824802. OLE color: 2824802.
HSL color Cylindrical-coordinate representation of color #621A2B: hue angle of 345.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A2B is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 43 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.62 |
| HSL | 345.83º | 0.58% | 0.24% | - |
| HSV(B) | 345.83º | 0.73% | 0.38% | - |
| XYZ | 5.84 | 3.51 | 2.66 | - |
| YUV | 49.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 43 | 0 | 0.73 | 0.56 | 0.62 | 345.83 | 0.58 | 0.24 |
| Hex | 62 | 1A | 2B | 0 | 49 | 38 | 3E | 15A | 3A | 18 |
| Octal | 142 | 32 | 53 | 0 | 111 | 70 | 76 | 532 | 72 | 30 |
| Binary | 1100010 | 11010 | 101011 | 0 | 1001001 | 111000 | 111110 | 101011010 | 111010 | 11000 |
Color Harmonies of #621A2B
Complementary color
Monochromatic Colors of #621A2B
Black with #621A2B
Text Example
Text Example
White with #621A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A2B; }
p { color: rgb(98,26,43); }
H1.HeaderClassName
{
color: #621A2B;
}
.AnyTagClassName
{
color: #621A2B;
}
</style>
background-color css
<style>
a { background-color: #621A2B; }
a { background-color: rgb(98,26,43); }
div.DivClassName
{
background-color: #621A2B;
}
.BgClassName
{
background-color: #621A2B;
}
</style>
border-color css
<style>
span { border-color: #621A2B; }
span { border-color: rgb(98,26,43); }
td.TdClassName
{
border-color: #621A2B;
}
.TagClassName
{
border-color: #621A2B;
}
</style>