Shades of Pohutukawa #62171B
Tints of Pohutukawa #62171B
RGB
CMYK
RGB Variations
Color information
#62171B (or 0x62171B) is known color: Pohutukawa. HEX triplet: 62, 17 and 1B. RGB value is (98,23,27). Sum of RGB (Red+Green+Blue) = 98+23+27=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #62171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62171B is #9DE8E4. Grayscale: #2D2D2D. Windows color (decimal): -10348773 or 1775458. OLE color: 1775458.
HSL color Cylindrical-coordinate representation of color #62171B: hue angle of 356.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62171B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 23 | 27 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.62 |
| HSL | 356.8º | 0.62% | 0.24% | - |
| HSV(B) | 356.8º | 0.77% | 0.38% | - |
| XYZ | 5.54 | 3.29 | 1.38 | - |
| YUV | 45.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 27 | 0 | 0.77 | 0.72 | 0.62 | 356.8 | 0.62 | 0.24 |
| Hex | 62 | 17 | 1B | 0 | 4D | 48 | 3E | 165 | 3E | 18 |
| Octal | 142 | 27 | 33 | 0 | 115 | 110 | 76 | 545 | 76 | 30 |
| Binary | 1100010 | 10111 | 11011 | 0 | 1001101 | 1001000 | 111110 | 101100101 | 111110 | 11000 |
Color Harmonies of #62171B
Complementary color
Monochromatic Colors of #62171B
Black with #62171B
Text Example
Text Example
White with #62171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62171B; }
p { color: rgb(98,23,27); }
H1.HeaderClassName
{
color: #62171B;
}
.AnyTagClassName
{
color: #62171B;
}
</style>
background-color css
<style>
a { background-color: #62171B; }
a { background-color: rgb(98,23,27); }
div.DivClassName
{
background-color: #62171B;
}
.BgClassName
{
background-color: #62171B;
}
</style>
border-color css
<style>
span { border-color: #62171B; }
span { border-color: rgb(98,23,27); }
td.TdClassName
{
border-color: #62171B;
}
.TagClassName
{
border-color: #62171B;
}
</style>