Shades of Pohutukawa #62051F
Tints of Pohutukawa #62051F
RGB
CMYK
RGB Variations
Color information
#62051F (or 0x62051F) is known color: Pohutukawa. HEX triplet: 62, 05 and 1F. RGB value is (98,5,31). Sum of RGB (Red+Green+Blue) = 98+5+31=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #62051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62051F is #9DFAE0. Grayscale: #232323. Windows color (decimal): -10353377 or 2032994. OLE color: 2032994.
HSL color Cylindrical-coordinate representation of color #62051F: hue angle of 343.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62051F is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 5 | 31 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.62 |
| HSL | 343.23º | 0.9% | 0.2% | - |
| HSV(B) | 343.23º | 0.95% | 0.38% | - |
| XYZ | 5.34 | 2.8 | 1.56 | - |
| YUV | 35.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 31 | 0 | 0.95 | 0.68 | 0.62 | 343.23 | 0.9 | 0.2 |
| Hex | 62 | 5 | 1F | 0 | 5F | 44 | 3E | 157 | 5A | 14 |
| Octal | 142 | 5 | 37 | 0 | 137 | 104 | 76 | 527 | 132 | 24 |
| Binary | 1100010 | 101 | 11111 | 0 | 1011111 | 1000100 | 111110 | 101010111 | 1011010 | 10100 |
Color Harmonies of #62051F
Complementary color
Monochromatic Colors of #62051F
Black with #62051F
Text Example
Text Example
White with #62051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62051F; }
p { color: rgb(98,5,31); }
H1.HeaderClassName
{
color: #62051F;
}
.AnyTagClassName
{
color: #62051F;
}
</style>
background-color css
<style>
a { background-color: #62051F; }
a { background-color: rgb(98,5,31); }
div.DivClassName
{
background-color: #62051F;
}
.BgClassName
{
background-color: #62051F;
}
</style>
border-color css
<style>
span { border-color: #62051F; }
span { border-color: rgb(98,5,31); }
td.TdClassName
{
border-color: #62051F;
}
.TagClassName
{
border-color: #62051F;
}
</style>