Shades of Pohutukawa #621923
Tints of Pohutukawa #621923
RGB
CMYK
RGB Variations
Color information
#621923 (or 0x621923) is known color: Pohutukawa. HEX triplet: 62, 19 and 23. RGB value is (98,25,35). Sum of RGB (Red+Green+Blue) = 98+25+35=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #621923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621923 is #9DE6DC. Grayscale: #303030. Windows color (decimal): -10348253 or 2300258. OLE color: 2300258.
HSL color Cylindrical-coordinate representation of color #621923: hue angle of 351.78º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621923 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 35 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.62 |
| HSL | 351.78º | 0.59% | 0.24% | - |
| HSV(B) | 351.78º | 0.74% | 0.38% | - |
| XYZ | 5.69 | 3.41 | 1.95 | - |
| YUV | 47.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 35 | 0 | 0.74 | 0.64 | 0.62 | 351.78 | 0.59 | 0.24 |
| Hex | 62 | 19 | 23 | 0 | 4A | 40 | 3E | 160 | 3B | 18 |
| Octal | 142 | 31 | 43 | 0 | 112 | 100 | 76 | 540 | 73 | 30 |
| Binary | 1100010 | 11001 | 100011 | 0 | 1001010 | 1000000 | 111110 | 101100000 | 111011 | 11000 |
Color Harmonies of #621923
Complementary color
Monochromatic Colors of #621923
Black with #621923
Text Example
Text Example
White with #621923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621923; }
p { color: rgb(98,25,35); }
H1.HeaderClassName
{
color: #621923;
}
.AnyTagClassName
{
color: #621923;
}
</style>
background-color css
<style>
a { background-color: #621923; }
a { background-color: rgb(98,25,35); }
div.DivClassName
{
background-color: #621923;
}
.BgClassName
{
background-color: #621923;
}
</style>
border-color css
<style>
span { border-color: #621923; }
span { border-color: rgb(98,25,35); }
td.TdClassName
{
border-color: #621923;
}
.TagClassName
{
border-color: #621923;
}
</style>