Shades of Pohutukawa #621C2A
Tints of Pohutukawa #621C2A
RGB
CMYK
RGB Variations
Color information
#621C2A (or 0x621C2A) is known color: Pohutukawa. HEX triplet: 62, 1C and 2A. RGB value is (98,28,42). Sum of RGB (Red+Green+Blue) = 98+28+42=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #621C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C2A is #9DE3D5. Grayscale: #323232. Windows color (decimal): -10347478 or 2759778. OLE color: 2759778.
HSL color Cylindrical-coordinate representation of color #621C2A: hue angle of 348º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C2A is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 42 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.62 |
| HSL | 348º | 0.56% | 0.25% | - |
| HSV(B) | 348º | 0.71% | 0.38% | - |
| XYZ | 5.87 | 3.59 | 2.57 | - |
| YUV | 50.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 42 | 0 | 0.71 | 0.57 | 0.62 | 348 | 0.56 | 0.25 |
| Hex | 62 | 1C | 2A | 0 | 47 | 39 | 3E | 15C | 38 | 19 |
| Octal | 142 | 34 | 52 | 0 | 107 | 71 | 76 | 534 | 70 | 31 |
| Binary | 1100010 | 11100 | 101010 | 0 | 1000111 | 111001 | 111110 | 101011100 | 111000 | 11001 |
Color Harmonies of #621C2A
Complementary color
Monochromatic Colors of #621C2A
Black with #621C2A
Text Example
Text Example
White with #621C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C2A; }
p { color: rgb(98,28,42); }
H1.HeaderClassName
{
color: #621C2A;
}
.AnyTagClassName
{
color: #621C2A;
}
</style>
background-color css
<style>
a { background-color: #621C2A; }
a { background-color: rgb(98,28,42); }
div.DivClassName
{
background-color: #621C2A;
}
.BgClassName
{
background-color: #621C2A;
}
</style>
border-color css
<style>
span { border-color: #621C2A; }
span { border-color: rgb(98,28,42); }
td.TdClassName
{
border-color: #621C2A;
}
.TagClassName
{
border-color: #621C2A;
}
</style>