Shades of Don Juan #62484E
Tints of Don Juan #62484E
RGB
CMYK
RGB Variations
Color information
#62484E (or 0x62484E) is known color: Don Juan. HEX triplet: 62, 48 and 4E. RGB value is (98,72,78). Sum of RGB (Red+Green+Blue) = 98+72+78=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #62484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62484E is #9DB7B1. Grayscale: #505050. Windows color (decimal): -10336178 or 5130338. OLE color: 5130338.
HSL color Cylindrical-coordinate representation of color #62484E: hue angle of 346.15º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62484E is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 72 | 78 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.62 |
| HSL | 346.15º | 0.15% | 0.33% | - |
| HSV(B) | 346.15º | 0.27% | 0.38% | - |
| XYZ | 8.73 | 7.78 | 8.25 | - |
| YUV | 80.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 78 | 0 | 0.27 | 0.20 | 0.62 | 346.15 | 0.15 | 0.33 |
| Hex | 62 | 48 | 4E | 0 | 1B | 14 | 3E | 15A | F | 21 |
| Octal | 142 | 110 | 116 | 0 | 33 | 24 | 76 | 532 | 17 | 41 |
| Binary | 1100010 | 1001000 | 1001110 | 0 | 11011 | 10100 | 111110 | 101011010 | 1111 | 100001 |
Color Harmonies of #62484E
Complementary color
Monochromatic Colors of #62484E
Black with #62484E
Text Example
Text Example
White with #62484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62484E; }
p { color: rgb(98,72,78); }
H1.HeaderClassName
{
color: #62484E;
}
.AnyTagClassName
{
color: #62484E;
}
</style>
background-color css
<style>
a { background-color: #62484E; }
a { background-color: rgb(98,72,78); }
div.DivClassName
{
background-color: #62484E;
}
.BgClassName
{
background-color: #62484E;
}
</style>
border-color css
<style>
span { border-color: #62484E; }
span { border-color: rgb(98,72,78); }
td.TdClassName
{
border-color: #62484E;
}
.TagClassName
{
border-color: #62484E;
}
</style>