Shades of Pohutukawa #621429
Tints of Pohutukawa #621429
RGB
CMYK
RGB Variations
Color information
#621429 (or 0x621429) is known color: Pohutukawa. HEX triplet: 62, 14 and 29. RGB value is (98,20,41). Sum of RGB (Red+Green+Blue) = 98+20+41=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #621429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621429 is #9DEBD6. Grayscale: #2D2D2D. Windows color (decimal): -10349527 or 2692194. OLE color: 2692194.
HSL color Cylindrical-coordinate representation of color #621429: hue angle of 343.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621429 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 20 | 41 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.62 |
| HSL | 343.85º | 0.66% | 0.23% | - |
| HSV(B) | 343.85º | 0.8% | 0.38% | - |
| XYZ | 5.69 | 3.26 | 2.43 | - |
| YUV | 45.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 41 | 0 | 0.80 | 0.58 | 0.62 | 343.85 | 0.66 | 0.23 |
| Hex | 62 | 14 | 29 | 0 | 50 | 3A | 3E | 158 | 42 | 17 |
| Octal | 142 | 24 | 51 | 0 | 120 | 72 | 76 | 530 | 102 | 27 |
| Binary | 1100010 | 10100 | 101001 | 0 | 1010000 | 111010 | 111110 | 101011000 | 1000010 | 10111 |
Color Harmonies of #621429
Complementary color
Monochromatic Colors of #621429
Black with #621429
Text Example
Text Example
White with #621429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621429; }
p { color: rgb(98,20,41); }
H1.HeaderClassName
{
color: #621429;
}
.AnyTagClassName
{
color: #621429;
}
</style>
background-color css
<style>
a { background-color: #621429; }
a { background-color: rgb(98,20,41); }
div.DivClassName
{
background-color: #621429;
}
.BgClassName
{
background-color: #621429;
}
</style>
border-color css
<style>
span { border-color: #621429; }
span { border-color: rgb(98,20,41); }
td.TdClassName
{
border-color: #621429;
}
.TagClassName
{
border-color: #621429;
}
</style>