Shades of Pohutukawa #621B2C
Tints of Pohutukawa #621B2C
RGB
CMYK
RGB Variations
Color information
#621B2C (or 0x621B2C) is known color: Pohutukawa. HEX triplet: 62, 1B and 2C. RGB value is (98,27,44). Sum of RGB (Red+Green+Blue) = 98+27+44=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #621B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B2C is #9DE4D3. Grayscale: #323232. Windows color (decimal): -10347732 or 2890594. OLE color: 2890594.
HSL color Cylindrical-coordinate representation of color #621B2C: hue angle of 345.63º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B2C is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 44 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.62 |
| HSL | 345.63º | 0.57% | 0.25% | - |
| HSV(B) | 345.63º | 0.72% | 0.38% | - |
| XYZ | 5.88 | 3.56 | 2.76 | - |
| YUV | 50.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 44 | 0 | 0.72 | 0.55 | 0.62 | 345.63 | 0.57 | 0.25 |
| Hex | 62 | 1B | 2C | 0 | 48 | 37 | 3E | 15A | 39 | 19 |
| Octal | 142 | 33 | 54 | 0 | 110 | 67 | 76 | 532 | 71 | 31 |
| Binary | 1100010 | 11011 | 101100 | 0 | 1001000 | 110111 | 111110 | 101011010 | 111001 | 11001 |
Color Harmonies of #621B2C
Complementary color
Monochromatic Colors of #621B2C
Black with #621B2C
Text Example
Text Example
White with #621B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B2C; }
p { color: rgb(98,27,44); }
H1.HeaderClassName
{
color: #621B2C;
}
.AnyTagClassName
{
color: #621B2C;
}
</style>
background-color css
<style>
a { background-color: #621B2C; }
a { background-color: rgb(98,27,44); }
div.DivClassName
{
background-color: #621B2C;
}
.BgClassName
{
background-color: #621B2C;
}
</style>
border-color css
<style>
span { border-color: #621B2C; }
span { border-color: rgb(98,27,44); }
td.TdClassName
{
border-color: #621B2C;
}
.TagClassName
{
border-color: #621B2C;
}
</style>