Shades of Pohutukawa #62131C
Tints of Pohutukawa #62131C
RGB
CMYK
RGB Variations
Color information
#62131C (or 0x62131C) is known color: Pohutukawa. HEX triplet: 62, 13 and 1C. RGB value is (98,19,28). Sum of RGB (Red+Green+Blue) = 98+19+28=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #62131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62131C is #9DECE3. Grayscale: #2B2B2B. Windows color (decimal): -10349796 or 1839970. OLE color: 1839970.
HSL color Cylindrical-coordinate representation of color #62131C: hue angle of 353.16º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62131C is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 19 | 28 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.62 |
| HSL | 353.16º | 0.68% | 0.23% | - |
| HSV(B) | 353.16º | 0.81% | 0.38% | - |
| XYZ | 5.48 | 3.15 | 1.42 | - |
| YUV | 43.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 28 | 0 | 0.81 | 0.71 | 0.62 | 353.16 | 0.68 | 0.23 |
| Hex | 62 | 13 | 1C | 0 | 51 | 47 | 3E | 161 | 44 | 17 |
| Octal | 142 | 23 | 34 | 0 | 121 | 107 | 76 | 541 | 104 | 27 |
| Binary | 1100010 | 10011 | 11100 | 0 | 1010001 | 1000111 | 111110 | 101100001 | 1000100 | 10111 |
Color Harmonies of #62131C
Complementary color
Monochromatic Colors of #62131C
Black with #62131C
Text Example
Text Example
White with #62131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62131C; }
p { color: rgb(98,19,28); }
H1.HeaderClassName
{
color: #62131C;
}
.AnyTagClassName
{
color: #62131C;
}
</style>
background-color css
<style>
a { background-color: #62131C; }
a { background-color: rgb(98,19,28); }
div.DivClassName
{
background-color: #62131C;
}
.BgClassName
{
background-color: #62131C;
}
</style>
border-color css
<style>
span { border-color: #62131C; }
span { border-color: rgb(98,19,28); }
td.TdClassName
{
border-color: #62131C;
}
.TagClassName
{
border-color: #62131C;
}
</style>