Shades of Pohutukawa #620C2B
Tints of Pohutukawa #620C2B
RGB
CMYK
RGB Variations
Color information
#620C2B (or 0x620C2B) is known color: Pohutukawa. HEX triplet: 62, 0C and 2B. RGB value is (98,12,43). Sum of RGB (Red+Green+Blue) = 98+12+43=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #620C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C2B is #9DF3D4. Grayscale: #292929. Windows color (decimal): -10351573 or 2821218. OLE color: 2821218.
HSL color Cylindrical-coordinate representation of color #620C2B: hue angle of 338.37º 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 #620C2B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 43 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.62 |
| HSL | 338.37º | 0.78% | 0.22% | - |
| HSV(B) | 338.37º | 0.88% | 0.38% | - |
| XYZ | 5.6 | 3.03 | 2.58 | - |
| YUV | 41.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 43 | 0 | 0.88 | 0.56 | 0.62 | 338.37 | 0.78 | 0.22 |
| Hex | 62 | C | 2B | 0 | 58 | 38 | 3E | 152 | 4E | 16 |
| Octal | 142 | 14 | 53 | 0 | 130 | 70 | 76 | 522 | 116 | 26 |
| Binary | 1100010 | 1100 | 101011 | 0 | 1011000 | 111000 | 111110 | 101010010 | 1001110 | 10110 |
Color Harmonies of #620C2B
Complementary color
Monochromatic Colors of #620C2B
Black with #620C2B
Text Example
Text Example
White with #620C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C2B; }
p { color: rgb(98,12,43); }
H1.HeaderClassName
{
color: #620C2B;
}
.AnyTagClassName
{
color: #620C2B;
}
</style>
background-color css
<style>
a { background-color: #620C2B; }
a { background-color: rgb(98,12,43); }
div.DivClassName
{
background-color: #620C2B;
}
.BgClassName
{
background-color: #620C2B;
}
</style>
border-color css
<style>
span { border-color: #620C2B; }
span { border-color: rgb(98,12,43); }
td.TdClassName
{
border-color: #620C2B;
}
.TagClassName
{
border-color: #620C2B;
}
</style>