Shades of Pohutukawa #621423
Tints of Pohutukawa #621423
RGB
CMYK
RGB Variations
Color information
#621423 (or 0x621423) is known color: Pohutukawa. HEX triplet: 62, 14 and 23. RGB value is (98,20,35). Sum of RGB (Red+Green+Blue) = 98+20+35=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #621423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621423 is #9DEBDC. Grayscale: #2D2D2D. Windows color (decimal): -10349533 or 2298978. OLE color: 2298978.
HSL color Cylindrical-coordinate representation of color #621423: hue angle of 348.46º 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 #621423 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 20 | 35 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.62 |
| HSL | 348.46º | 0.66% | 0.23% | - |
| HSV(B) | 348.46º | 0.8% | 0.38% | - |
| XYZ | 5.59 | 3.22 | 1.92 | - |
| YUV | 45.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 35 | 0 | 0.80 | 0.64 | 0.62 | 348.46 | 0.66 | 0.23 |
| Hex | 62 | 14 | 23 | 0 | 50 | 40 | 3E | 15C | 42 | 17 |
| Octal | 142 | 24 | 43 | 0 | 120 | 100 | 76 | 534 | 102 | 27 |
| Binary | 1100010 | 10100 | 100011 | 0 | 1010000 | 1000000 | 111110 | 101011100 | 1000010 | 10111 |
Color Harmonies of #621423
Complementary color
Monochromatic Colors of #621423
Black with #621423
Text Example
Text Example
White with #621423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621423; }
p { color: rgb(98,20,35); }
H1.HeaderClassName
{
color: #621423;
}
.AnyTagClassName
{
color: #621423;
}
</style>
background-color css
<style>
a { background-color: #621423; }
a { background-color: rgb(98,20,35); }
div.DivClassName
{
background-color: #621423;
}
.BgClassName
{
background-color: #621423;
}
</style>
border-color css
<style>
span { border-color: #621423; }
span { border-color: rgb(98,20,35); }
td.TdClassName
{
border-color: #621423;
}
.TagClassName
{
border-color: #621423;
}
</style>