Shades of Pohutukawa #62182A
Tints of Pohutukawa #62182A
RGB
CMYK
RGB Variations
Color information
#62182A (or 0x62182A) is known color: Pohutukawa. HEX triplet: 62, 18 and 2A. RGB value is (98,24,42). Sum of RGB (Red+Green+Blue) = 98+24+42=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62182A is #9DE7D5. Grayscale: #303030. Windows color (decimal): -10348502 or 2758754. OLE color: 2758754.
HSL color Cylindrical-coordinate representation of color #62182A: hue angle of 345.41º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62182A is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 24 | 42 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.62 |
| HSL | 345.41º | 0.61% | 0.24% | - |
| HSV(B) | 345.41º | 0.76% | 0.38% | - |
| XYZ | 5.78 | 3.42 | 2.55 | - |
| YUV | 48.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 42 | 0 | 0.76 | 0.57 | 0.62 | 345.41 | 0.61 | 0.24 |
| Hex | 62 | 18 | 2A | 0 | 4C | 39 | 3E | 159 | 3D | 18 |
| Octal | 142 | 30 | 52 | 0 | 114 | 71 | 76 | 531 | 75 | 30 |
| Binary | 1100010 | 11000 | 101010 | 0 | 1001100 | 111001 | 111110 | 101011001 | 111101 | 11000 |
Color Harmonies of #62182A
Complementary color
Monochromatic Colors of #62182A
Black with #62182A
Text Example
Text Example
White with #62182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62182A; }
p { color: rgb(98,24,42); }
H1.HeaderClassName
{
color: #62182A;
}
.AnyTagClassName
{
color: #62182A;
}
</style>
background-color css
<style>
a { background-color: #62182A; }
a { background-color: rgb(98,24,42); }
div.DivClassName
{
background-color: #62182A;
}
.BgClassName
{
background-color: #62182A;
}
</style>
border-color css
<style>
span { border-color: #62182A; }
span { border-color: rgb(98,24,42); }
td.TdClassName
{
border-color: #62182A;
}
.TagClassName
{
border-color: #62182A;
}
</style>