Shades of Pohutukawa #62232D
Tints of Pohutukawa #62232D
RGB
CMYK
RGB Variations
Color information
#62232D (or 0x62232D) is known color: Pohutukawa. HEX triplet: 62, 23 and 2D. RGB value is (98,35,45). Sum of RGB (Red+Green+Blue) = 98+35+45=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62232D is #9DDCD2. Grayscale: #373737. Windows color (decimal): -10345683 or 2958178. OLE color: 2958178.
HSL color Cylindrical-coordinate representation of color #62232D: hue angle of 350.48º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62232D is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 35 | 45 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.62 |
| HSL | 350.48º | 0.47% | 0.26% | - |
| HSV(B) | 350.48º | 0.64% | 0.38% | - |
| XYZ | 6.11 | 3.99 | 2.93 | - |
| YUV | 54.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 45 | 0 | 0.64 | 0.54 | 0.62 | 350.48 | 0.47 | 0.26 |
| Hex | 62 | 23 | 2D | 0 | 40 | 36 | 3E | 15E | 2F | 1A |
| Octal | 142 | 43 | 55 | 0 | 100 | 66 | 76 | 536 | 57 | 32 |
| Binary | 1100010 | 100011 | 101101 | 0 | 1000000 | 110110 | 111110 | 101011110 | 101111 | 11010 |
Color Harmonies of #62232D
Complementary color
Monochromatic Colors of #62232D
Black with #62232D
Text Example
Text Example
White with #62232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62232D; }
p { color: rgb(98,35,45); }
H1.HeaderClassName
{
color: #62232D;
}
.AnyTagClassName
{
color: #62232D;
}
</style>
background-color css
<style>
a { background-color: #62232D; }
a { background-color: rgb(98,35,45); }
div.DivClassName
{
background-color: #62232D;
}
.BgClassName
{
background-color: #62232D;
}
</style>
border-color css
<style>
span { border-color: #62232D; }
span { border-color: rgb(98,35,45); }
td.TdClassName
{
border-color: #62232D;
}
.TagClassName
{
border-color: #62232D;
}
</style>