Shades of Pohutukawa #62151E
Tints of Pohutukawa #62151E
RGB
CMYK
RGB Variations
Color information
#62151E (or 0x62151E) is known color: Pohutukawa. HEX triplet: 62, 15 and 1E. RGB value is (98,21,30). Sum of RGB (Red+Green+Blue) = 98+21+30=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62151E is #9DEAE1. Grayscale: #2D2D2D. Windows color (decimal): -10349282 or 1971554. OLE color: 1971554.
HSL color Cylindrical-coordinate representation of color #62151E: hue angle of 352.99º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62151E is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 30 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.62 |
| HSL | 352.99º | 0.65% | 0.23% | - |
| HSV(B) | 352.99º | 0.79% | 0.38% | - |
| XYZ | 5.54 | 3.23 | 1.56 | - |
| YUV | 45.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 30 | 0 | 0.79 | 0.69 | 0.62 | 352.99 | 0.65 | 0.23 |
| Hex | 62 | 15 | 1E | 0 | 4F | 45 | 3E | 161 | 41 | 17 |
| Octal | 142 | 25 | 36 | 0 | 117 | 105 | 76 | 541 | 101 | 27 |
| Binary | 1100010 | 10101 | 11110 | 0 | 1001111 | 1000101 | 111110 | 101100001 | 1000001 | 10111 |
Color Harmonies of #62151E
Complementary color
Monochromatic Colors of #62151E
Black with #62151E
Text Example
Text Example
White with #62151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62151E; }
p { color: rgb(98,21,30); }
H1.HeaderClassName
{
color: #62151E;
}
.AnyTagClassName
{
color: #62151E;
}
</style>
background-color css
<style>
a { background-color: #62151E; }
a { background-color: rgb(98,21,30); }
div.DivClassName
{
background-color: #62151E;
}
.BgClassName
{
background-color: #62151E;
}
</style>
border-color css
<style>
span { border-color: #62151E; }
span { border-color: rgb(98,21,30); }
td.TdClassName
{
border-color: #62151E;
}
.TagClassName
{
border-color: #62151E;
}
</style>