Shades of Pohutukawa #621225
Tints of Pohutukawa #621225
RGB
CMYK
RGB Variations
Color information
#621225 (or 0x621225) is known color: Pohutukawa. HEX triplet: 62, 12 and 25. RGB value is (98,18,37). Sum of RGB (Red+Green+Blue) = 98+18+37=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #621225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621225 is #9DEDDA. Grayscale: #2C2C2C. Windows color (decimal): -10350043 or 2429538. OLE color: 2429538.
HSL color Cylindrical-coordinate representation of color #621225: hue angle of 345.75º 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 #621225 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 37 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.62 |
| HSL | 345.75º | 0.69% | 0.23% | - |
| HSV(B) | 345.75º | 0.82% | 0.38% | - |
| XYZ | 5.59 | 3.16 | 2.07 | - |
| YUV | 44.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 37 | 0 | 0.82 | 0.62 | 0.62 | 345.75 | 0.69 | 0.23 |
| Hex | 62 | 12 | 25 | 0 | 52 | 3E | 3E | 15A | 45 | 17 |
| Octal | 142 | 22 | 45 | 0 | 122 | 76 | 76 | 532 | 105 | 27 |
| Binary | 1100010 | 10010 | 100101 | 0 | 1010010 | 111110 | 111110 | 101011010 | 1000101 | 10111 |
Color Harmonies of #621225
Complementary color
Monochromatic Colors of #621225
Black with #621225
Text Example
Text Example
White with #621225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621225; }
p { color: rgb(98,18,37); }
H1.HeaderClassName
{
color: #621225;
}
.AnyTagClassName
{
color: #621225;
}
</style>
background-color css
<style>
a { background-color: #621225; }
a { background-color: rgb(98,18,37); }
div.DivClassName
{
background-color: #621225;
}
.BgClassName
{
background-color: #621225;
}
</style>
border-color css
<style>
span { border-color: #621225; }
span { border-color: rgb(98,18,37); }
td.TdClassName
{
border-color: #621225;
}
.TagClassName
{
border-color: #621225;
}
</style>