Shades of Pohutukawa #62131A
Tints of Pohutukawa #62131A
RGB
CMYK
RGB Variations
Color information
#62131A (or 0x62131A) is known color: Pohutukawa. HEX triplet: 62, 13 and 1A. RGB value is (98,19,26). Sum of RGB (Red+Green+Blue) = 98+19+26=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #62131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62131A is #9DECE5. Grayscale: #2B2B2B. Windows color (decimal): -10349798 or 1708898. OLE color: 1708898.
HSL color Cylindrical-coordinate representation of color #62131A: hue angle of 354.68º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62131A is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 19 | 26 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.62 |
| HSL | 354.68º | 0.68% | 0.23% | - |
| HSV(B) | 354.68º | 0.81% | 0.38% | - |
| XYZ | 5.46 | 3.14 | 1.3 | - |
| YUV | 43.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 26 | 0 | 0.81 | 0.73 | 0.62 | 354.68 | 0.68 | 0.23 |
| Hex | 62 | 13 | 1A | 0 | 51 | 49 | 3E | 163 | 44 | 17 |
| Octal | 142 | 23 | 32 | 0 | 121 | 111 | 76 | 543 | 104 | 27 |
| Binary | 1100010 | 10011 | 11010 | 0 | 1010001 | 1001001 | 111110 | 101100011 | 1000100 | 10111 |
Color Harmonies of #62131A
Complementary color
Monochromatic Colors of #62131A
Black with #62131A
Text Example
Text Example
White with #62131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62131A; }
p { color: rgb(98,19,26); }
H1.HeaderClassName
{
color: #62131A;
}
.AnyTagClassName
{
color: #62131A;
}
</style>
background-color css
<style>
a { background-color: #62131A; }
a { background-color: rgb(98,19,26); }
div.DivClassName
{
background-color: #62131A;
}
.BgClassName
{
background-color: #62131A;
}
</style>
border-color css
<style>
span { border-color: #62131A; }
span { border-color: rgb(98,19,26); }
td.TdClassName
{
border-color: #62131A;
}
.TagClassName
{
border-color: #62131A;
}
</style>