Shades of Pohutukawa #62091C
Tints of Pohutukawa #62091C
RGB
CMYK
RGB Variations
Color information
#62091C (or 0x62091C) is known color: Pohutukawa. HEX triplet: 62, 09 and 1C. RGB value is (98,9,28). Sum of RGB (Red+Green+Blue) = 98+9+28=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #62091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62091C is #9DF6E3. Grayscale: #252525. Windows color (decimal): -10352356 or 1837410. OLE color: 1837410.
HSL color Cylindrical-coordinate representation of color #62091C: hue angle of 347.19º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62091C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 9 | 28 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.62 |
| HSL | 347.19º | 0.83% | 0.21% | - |
| HSV(B) | 347.19º | 0.91% | 0.38% | - |
| XYZ | 5.34 | 2.88 | 1.37 | - |
| YUV | 37.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 28 | 0 | 0.91 | 0.71 | 0.62 | 347.19 | 0.83 | 0.21 |
| Hex | 62 | 9 | 1C | 0 | 5B | 47 | 3E | 15B | 53 | 15 |
| Octal | 142 | 11 | 34 | 0 | 133 | 107 | 76 | 533 | 123 | 25 |
| Binary | 1100010 | 1001 | 11100 | 0 | 1011011 | 1000111 | 111110 | 101011011 | 1010011 | 10101 |
Color Harmonies of #62091C
Complementary color
Monochromatic Colors of #62091C
Black with #62091C
Text Example
Text Example
White with #62091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62091C; }
p { color: rgb(98,9,28); }
H1.HeaderClassName
{
color: #62091C;
}
.AnyTagClassName
{
color: #62091C;
}
</style>
background-color css
<style>
a { background-color: #62091C; }
a { background-color: rgb(98,9,28); }
div.DivClassName
{
background-color: #62091C;
}
.BgClassName
{
background-color: #62091C;
}
</style>
border-color css
<style>
span { border-color: #62091C; }
span { border-color: rgb(98,9,28); }
td.TdClassName
{
border-color: #62091C;
}
.TagClassName
{
border-color: #62091C;
}
</style>