Shades of Pohutukawa #621425
Tints of Pohutukawa #621425
RGB
CMYK
RGB Variations
Color information
#621425 (or 0x621425) is known color: Pohutukawa. HEX triplet: 62, 14 and 25. RGB value is (98,20,37). Sum of RGB (Red+Green+Blue) = 98+20+37=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #621425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621425 is #9DEBDA. Grayscale: #2D2D2D. Windows color (decimal): -10349531 or 2430050. OLE color: 2430050.
HSL color Cylindrical-coordinate representation of color #621425: hue angle of 346.92º 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 #621425 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 20 | 37 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.62 |
| HSL | 346.92º | 0.66% | 0.23% | - |
| HSV(B) | 346.92º | 0.8% | 0.38% | - |
| XYZ | 5.62 | 3.23 | 2.08 | - |
| YUV | 45.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 37 | 0 | 0.80 | 0.62 | 0.62 | 346.92 | 0.66 | 0.23 |
| Hex | 62 | 14 | 25 | 0 | 50 | 3E | 3E | 15B | 42 | 17 |
| Octal | 142 | 24 | 45 | 0 | 120 | 76 | 76 | 533 | 102 | 27 |
| Binary | 1100010 | 10100 | 100101 | 0 | 1010000 | 111110 | 111110 | 101011011 | 1000010 | 10111 |
Color Harmonies of #621425
Complementary color
Monochromatic Colors of #621425
Black with #621425
Text Example
Text Example
White with #621425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621425; }
p { color: rgb(98,20,37); }
H1.HeaderClassName
{
color: #621425;
}
.AnyTagClassName
{
color: #621425;
}
</style>
background-color css
<style>
a { background-color: #621425; }
a { background-color: rgb(98,20,37); }
div.DivClassName
{
background-color: #621425;
}
.BgClassName
{
background-color: #621425;
}
</style>
border-color css
<style>
span { border-color: #621425; }
span { border-color: rgb(98,20,37); }
td.TdClassName
{
border-color: #621425;
}
.TagClassName
{
border-color: #621425;
}
</style>