Shades of Pohutukawa #62091D
Tints of Pohutukawa #62091D
RGB
CMYK
RGB Variations
Color information
#62091D (or 0x62091D) is known color: Pohutukawa. HEX triplet: 62, 09 and 1D. RGB value is (98,9,29). Sum of RGB (Red+Green+Blue) = 98+9+29=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #62091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62091D is #9DF6E2. Grayscale: #252525. Windows color (decimal): -10352355 or 1902946. OLE color: 1902946.
HSL color Cylindrical-coordinate representation of color #62091D: hue angle of 346.52º 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 #62091D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 9 | 29 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.62 |
| HSL | 346.52º | 0.83% | 0.21% | - |
| HSV(B) | 346.52º | 0.91% | 0.38% | - |
| XYZ | 5.36 | 2.88 | 1.44 | - |
| YUV | 37.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 29 | 0 | 0.91 | 0.70 | 0.62 | 346.52 | 0.83 | 0.21 |
| Hex | 62 | 9 | 1D | 0 | 5B | 46 | 3E | 15B | 53 | 15 |
| Octal | 142 | 11 | 35 | 0 | 133 | 106 | 76 | 533 | 123 | 25 |
| Binary | 1100010 | 1001 | 11101 | 0 | 1011011 | 1000110 | 111110 | 101011011 | 1010011 | 10101 |
Color Harmonies of #62091D
Complementary color
Monochromatic Colors of #62091D
Black with #62091D
Text Example
Text Example
White with #62091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62091D; }
p { color: rgb(98,9,29); }
H1.HeaderClassName
{
color: #62091D;
}
.AnyTagClassName
{
color: #62091D;
}
</style>
background-color css
<style>
a { background-color: #62091D; }
a { background-color: rgb(98,9,29); }
div.DivClassName
{
background-color: #62091D;
}
.BgClassName
{
background-color: #62091D;
}
</style>
border-color css
<style>
span { border-color: #62091D; }
span { border-color: rgb(98,9,29); }
td.TdClassName
{
border-color: #62091D;
}
.TagClassName
{
border-color: #62091D;
}
</style>