Shades of Pohutukawa #621F2A
Tints of Pohutukawa #621F2A
RGB
CMYK
RGB Variations
Color information
#621F2A (or 0x621F2A) is known color: Pohutukawa. HEX triplet: 62, 1F and 2A. RGB value is (98,31,42). Sum of RGB (Red+Green+Blue) = 98+31+42=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #621F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F2A is #9DE0D5. Grayscale: #343434. Windows color (decimal): -10346710 or 2760546. OLE color: 2760546.
HSL color Cylindrical-coordinate representation of color #621F2A: hue angle of 350.15º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #621F2A is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 31 | 42 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.62 |
| HSL | 350.15º | 0.52% | 0.25% | - |
| HSV(B) | 350.15º | 0.68% | 0.38% | - |
| XYZ | 5.94 | 3.74 | 2.6 | - |
| YUV | 52.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 42 | 0 | 0.68 | 0.57 | 0.62 | 350.15 | 0.52 | 0.25 |
| Hex | 62 | 1F | 2A | 0 | 44 | 39 | 3E | 15E | 34 | 19 |
| Octal | 142 | 37 | 52 | 0 | 104 | 71 | 76 | 536 | 64 | 31 |
| Binary | 1100010 | 11111 | 101010 | 0 | 1000100 | 111001 | 111110 | 101011110 | 110100 | 11001 |
Color Harmonies of #621F2A
Complementary color
Monochromatic Colors of #621F2A
Black with #621F2A
Text Example
Text Example
White with #621F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621F2A; }
p { color: rgb(98,31,42); }
H1.HeaderClassName
{
color: #621F2A;
}
.AnyTagClassName
{
color: #621F2A;
}
</style>
background-color css
<style>
a { background-color: #621F2A; }
a { background-color: rgb(98,31,42); }
div.DivClassName
{
background-color: #621F2A;
}
.BgClassName
{
background-color: #621F2A;
}
</style>
border-color css
<style>
span { border-color: #621F2A; }
span { border-color: rgb(98,31,42); }
td.TdClassName
{
border-color: #621F2A;
}
.TagClassName
{
border-color: #621F2A;
}
</style>