Shades of Pohutukawa #621C27
Tints of Pohutukawa #621C27
RGB
CMYK
RGB Variations
Color information
#621C27 (or 0x621C27) is known color: Pohutukawa. HEX triplet: 62, 1C and 27. RGB value is (98,28,39). Sum of RGB (Red+Green+Blue) = 98+28+39=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #621C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C27 is #9DE3D8. Grayscale: #323232. Windows color (decimal): -10347481 or 2563170. OLE color: 2563170.
HSL color Cylindrical-coordinate representation of color #621C27: hue angle of 350.57º 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 #621C27 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 39 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.62 |
| HSL | 350.57º | 0.56% | 0.25% | - |
| HSV(B) | 350.57º | 0.71% | 0.38% | - |
| XYZ | 5.82 | 3.57 | 2.3 | - |
| YUV | 50.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 39 | 0 | 0.71 | 0.60 | 0.62 | 350.57 | 0.56 | 0.25 |
| Hex | 62 | 1C | 27 | 0 | 47 | 3C | 3E | 15F | 38 | 19 |
| Octal | 142 | 34 | 47 | 0 | 107 | 74 | 76 | 537 | 70 | 31 |
| Binary | 1100010 | 11100 | 100111 | 0 | 1000111 | 111100 | 111110 | 101011111 | 111000 | 11001 |
Color Harmonies of #621C27
Complementary color
Monochromatic Colors of #621C27
Black with #621C27
Text Example
Text Example
White with #621C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C27; }
p { color: rgb(98,28,39); }
H1.HeaderClassName
{
color: #621C27;
}
.AnyTagClassName
{
color: #621C27;
}
</style>
background-color css
<style>
a { background-color: #621C27; }
a { background-color: rgb(98,28,39); }
div.DivClassName
{
background-color: #621C27;
}
.BgClassName
{
background-color: #621C27;
}
</style>
border-color css
<style>
span { border-color: #621C27; }
span { border-color: rgb(98,28,39); }
td.TdClassName
{
border-color: #621C27;
}
.TagClassName
{
border-color: #621C27;
}
</style>