Shades of Pohutukawa #621223
Tints of Pohutukawa #621223
RGB
CMYK
RGB Variations
Color information
#621223 (or 0x621223) is known color: Pohutukawa. HEX triplet: 62, 12 and 23. RGB value is (98,18,35). Sum of RGB (Red+Green+Blue) = 98+18+35=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #621223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621223 is #9DEDDC. Grayscale: #2B2B2B. Windows color (decimal): -10350045 or 2298466. OLE color: 2298466.
HSL color Cylindrical-coordinate representation of color #621223: hue angle of 347.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621223 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 35 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.62 |
| HSL | 347.25º | 0.69% | 0.23% | - |
| HSV(B) | 347.25º | 0.82% | 0.38% | - |
| XYZ | 5.56 | 3.15 | 1.91 | - |
| YUV | 43.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 35 | 0 | 0.82 | 0.64 | 0.62 | 347.25 | 0.69 | 0.23 |
| Hex | 62 | 12 | 23 | 0 | 52 | 40 | 3E | 15B | 45 | 17 |
| Octal | 142 | 22 | 43 | 0 | 122 | 100 | 76 | 533 | 105 | 27 |
| Binary | 1100010 | 10010 | 100011 | 0 | 1010010 | 1000000 | 111110 | 101011011 | 1000101 | 10111 |
Color Harmonies of #621223
Complementary color
Monochromatic Colors of #621223
Black with #621223
Text Example
Text Example
White with #621223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621223; }
p { color: rgb(98,18,35); }
H1.HeaderClassName
{
color: #621223;
}
.AnyTagClassName
{
color: #621223;
}
</style>
background-color css
<style>
a { background-color: #621223; }
a { background-color: rgb(98,18,35); }
div.DivClassName
{
background-color: #621223;
}
.BgClassName
{
background-color: #621223;
}
</style>
border-color css
<style>
span { border-color: #621223; }
span { border-color: rgb(98,18,35); }
td.TdClassName
{
border-color: #621223;
}
.TagClassName
{
border-color: #621223;
}
</style>