Shades of Pohutukawa #620C27
Tints of Pohutukawa #620C27
RGB
CMYK
RGB Variations
Color information
#620C27 (or 0x620C27) is known color: Pohutukawa. HEX triplet: 62, 0C and 27. RGB value is (98,12,39). Sum of RGB (Red+Green+Blue) = 98+12+39=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #620C27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C27 is #9DF3D8. Grayscale: #282828. Windows color (decimal): -10351577 or 2559074. OLE color: 2559074.
HSL color Cylindrical-coordinate representation of color #620C27: hue angle of 341.16º 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 #620C27 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 39 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.62 |
| HSL | 341.16º | 0.78% | 0.22% | - |
| HSV(B) | 341.16º | 0.88% | 0.38% | - |
| XYZ | 5.53 | 3.01 | 2.21 | - |
| YUV | 40.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 39 | 0 | 0.88 | 0.60 | 0.62 | 341.16 | 0.78 | 0.22 |
| Hex | 62 | C | 27 | 0 | 58 | 3C | 3E | 155 | 4E | 16 |
| Octal | 142 | 14 | 47 | 0 | 130 | 74 | 76 | 525 | 116 | 26 |
| Binary | 1100010 | 1100 | 100111 | 0 | 1011000 | 111100 | 111110 | 101010101 | 1001110 | 10110 |
Color Harmonies of #620C27
Complementary color
Monochromatic Colors of #620C27
Black with #620C27
Text Example
Text Example
White with #620C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C27; }
p { color: rgb(98,12,39); }
H1.HeaderClassName
{
color: #620C27;
}
.AnyTagClassName
{
color: #620C27;
}
</style>
background-color css
<style>
a { background-color: #620C27; }
a { background-color: rgb(98,12,39); }
div.DivClassName
{
background-color: #620C27;
}
.BgClassName
{
background-color: #620C27;
}
</style>
border-color css
<style>
span { border-color: #620C27; }
span { border-color: rgb(98,12,39); }
td.TdClassName
{
border-color: #620C27;
}
.TagClassName
{
border-color: #620C27;
}
</style>