Shades of Pohutukawa #621521
Tints of Pohutukawa #621521
RGB
CMYK
RGB Variations
Color information
#621521 (or 0x621521) is known color: Pohutukawa. HEX triplet: 62, 15 and 21. RGB value is (98,21,33). Sum of RGB (Red+Green+Blue) = 98+21+33=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621521 is #9DEADE. Grayscale: #2D2D2D. Windows color (decimal): -10349279 or 2168162. OLE color: 2168162.
HSL color Cylindrical-coordinate representation of color #621521: hue angle of 350.65º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621521 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 33 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.62 |
| HSL | 350.65º | 0.65% | 0.23% | - |
| HSV(B) | 350.65º | 0.79% | 0.38% | - |
| XYZ | 5.58 | 3.24 | 1.77 | - |
| YUV | 45.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 33 | 0 | 0.79 | 0.66 | 0.62 | 350.65 | 0.65 | 0.23 |
| Hex | 62 | 15 | 21 | 0 | 4F | 42 | 3E | 15F | 41 | 17 |
| Octal | 142 | 25 | 41 | 0 | 117 | 102 | 76 | 537 | 101 | 27 |
| Binary | 1100010 | 10101 | 100001 | 0 | 1001111 | 1000010 | 111110 | 101011111 | 1000001 | 10111 |
Color Harmonies of #621521
Complementary color
Monochromatic Colors of #621521
Black with #621521
Text Example
Text Example
White with #621521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621521; }
p { color: rgb(98,21,33); }
H1.HeaderClassName
{
color: #621521;
}
.AnyTagClassName
{
color: #621521;
}
</style>
background-color css
<style>
a { background-color: #621521; }
a { background-color: rgb(98,21,33); }
div.DivClassName
{
background-color: #621521;
}
.BgClassName
{
background-color: #621521;
}
</style>
border-color css
<style>
span { border-color: #621521; }
span { border-color: rgb(98,21,33); }
td.TdClassName
{
border-color: #621521;
}
.TagClassName
{
border-color: #621521;
}
</style>