Shades of Pohutukawa #622025
Tints of Pohutukawa #622025
RGB
CMYK
RGB Variations
Color information
#622025 (or 0x622025) is known color: Pohutukawa. HEX triplet: 62, 20 and 25. RGB value is (98,32,37). Sum of RGB (Red+Green+Blue) = 98+32+37=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #622025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622025 is #9DDFDA. Grayscale: #343434. Windows color (decimal): -10346459 or 2433122. OLE color: 2433122.
HSL color Cylindrical-coordinate representation of color #622025: hue angle of 355.45º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622025 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 37 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.62 |
| HSL | 355.45º | 0.51% | 0.25% | - |
| HSV(B) | 355.45º | 0.67% | 0.38% | - |
| XYZ | 5.89 | 3.76 | 2.17 | - |
| YUV | 52.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 37 | 0 | 0.67 | 0.62 | 0.62 | 355.45 | 0.51 | 0.25 |
| Hex | 62 | 20 | 25 | 0 | 43 | 3E | 3E | 163 | 33 | 19 |
| Octal | 142 | 40 | 45 | 0 | 103 | 76 | 76 | 543 | 63 | 31 |
| Binary | 1100010 | 100000 | 100101 | 0 | 1000011 | 111110 | 111110 | 101100011 | 110011 | 11001 |
Color Harmonies of #622025
Complementary color
Monochromatic Colors of #622025
Black with #622025
Text Example
Text Example
White with #622025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622025; }
p { color: rgb(98,32,37); }
H1.HeaderClassName
{
color: #622025;
}
.AnyTagClassName
{
color: #622025;
}
</style>
background-color css
<style>
a { background-color: #622025; }
a { background-color: rgb(98,32,37); }
div.DivClassName
{
background-color: #622025;
}
.BgClassName
{
background-color: #622025;
}
</style>
border-color css
<style>
span { border-color: #622025; }
span { border-color: rgb(98,32,37); }
td.TdClassName
{
border-color: #622025;
}
.TagClassName
{
border-color: #622025;
}
</style>