Shades of Pohutukawa #62081C
Tints of Pohutukawa #62081C
RGB
CMYK
RGB Variations
Color information
#62081C (or 0x62081C) is known color: Pohutukawa. HEX triplet: 62, 08 and 1C. RGB value is (98,8,28). Sum of RGB (Red+Green+Blue) = 98+8+28=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #62081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62081C is #9DF7E3. Grayscale: #252525. Windows color (decimal): -10352612 or 1837154. OLE color: 1837154.
HSL color Cylindrical-coordinate representation of color #62081C: hue angle of 346.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62081C is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 28 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.62 |
| HSL | 346.67º | 0.85% | 0.21% | - |
| HSV(B) | 346.67º | 0.92% | 0.38% | - |
| XYZ | 5.33 | 2.85 | 1.37 | - |
| YUV | 37.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 28 | 0 | 0.92 | 0.71 | 0.62 | 346.67 | 0.85 | 0.21 |
| Hex | 62 | 8 | 1C | 0 | 5C | 47 | 3E | 15B | 55 | 15 |
| Octal | 142 | 10 | 34 | 0 | 134 | 107 | 76 | 533 | 125 | 25 |
| Binary | 1100010 | 1000 | 11100 | 0 | 1011100 | 1000111 | 111110 | 101011011 | 1010101 | 10101 |
Color Harmonies of #62081C
Complementary color
Monochromatic Colors of #62081C
Black with #62081C
Text Example
Text Example
White with #62081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62081C; }
p { color: rgb(98,8,28); }
H1.HeaderClassName
{
color: #62081C;
}
.AnyTagClassName
{
color: #62081C;
}
</style>
background-color css
<style>
a { background-color: #62081C; }
a { background-color: rgb(98,8,28); }
div.DivClassName
{
background-color: #62081C;
}
.BgClassName
{
background-color: #62081C;
}
</style>
border-color css
<style>
span { border-color: #62081C; }
span { border-color: rgb(98,8,28); }
td.TdClassName
{
border-color: #62081C;
}
.TagClassName
{
border-color: #62081C;
}
</style>