Shades of Pohutukawa #620C25
Tints of Pohutukawa #620C25
RGB
CMYK
RGB Variations
Color information
#620C25 (or 0x620C25) is known color: Pohutukawa. HEX triplet: 62, 0C and 25. RGB value is (98,12,37). Sum of RGB (Red+Green+Blue) = 98+12+37=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #620C25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C25 is #9DF3DA. Grayscale: #282828. Windows color (decimal): -10351579 or 2428002. OLE color: 2428002.
HSL color Cylindrical-coordinate representation of color #620C25: hue angle of 342.56º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C25 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 37 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.62 |
| HSL | 342.56º | 0.78% | 0.22% | - |
| HSV(B) | 342.56º | 0.88% | 0.38% | - |
| XYZ | 5.5 | 2.99 | 2.04 | - |
| YUV | 40.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 37 | 0 | 0.88 | 0.62 | 0.62 | 342.56 | 0.78 | 0.22 |
| Hex | 62 | C | 25 | 0 | 58 | 3E | 3E | 157 | 4E | 16 |
| Octal | 142 | 14 | 45 | 0 | 130 | 76 | 76 | 527 | 116 | 26 |
| Binary | 1100010 | 1100 | 100101 | 0 | 1011000 | 111110 | 111110 | 101010111 | 1001110 | 10110 |
Color Harmonies of #620C25
Complementary color
Monochromatic Colors of #620C25
Black with #620C25
Text Example
Text Example
White with #620C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C25; }
p { color: rgb(98,12,37); }
H1.HeaderClassName
{
color: #620C25;
}
.AnyTagClassName
{
color: #620C25;
}
</style>
background-color css
<style>
a { background-color: #620C25; }
a { background-color: rgb(98,12,37); }
div.DivClassName
{
background-color: #620C25;
}
.BgClassName
{
background-color: #620C25;
}
</style>
border-color css
<style>
span { border-color: #620C25; }
span { border-color: rgb(98,12,37); }
td.TdClassName
{
border-color: #620C25;
}
.TagClassName
{
border-color: #620C25;
}
</style>