Shades of Don Juan #62484B
Tints of Don Juan #62484B
RGB
CMYK
RGB Variations
Color information
#62484B (or 0x62484B) is known color: Don Juan. HEX triplet: 62, 48 and 4B. RGB value is (98,72,75). Sum of RGB (Red+Green+Blue) = 98+72+75=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62484B is #9DB7B4. Grayscale: #505050. Windows color (decimal): -10336181 or 4933730. OLE color: 4933730.
HSL color Cylindrical-coordinate representation of color #62484B: hue angle of 353.08º 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 #62484B is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 72 | 75 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.62 |
| HSL | 353.08º | 0.15% | 0.33% | - |
| HSV(B) | 353.08º | 0.27% | 0.38% | - |
| XYZ | 8.62 | 7.74 | 7.7 | - |
| YUV | 80.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 75 | 0 | 0.27 | 0.23 | 0.62 | 353.08 | 0.15 | 0.33 |
| Hex | 62 | 48 | 4B | 0 | 1B | 17 | 3E | 161 | F | 21 |
| Octal | 142 | 110 | 113 | 0 | 33 | 27 | 76 | 541 | 17 | 41 |
| Binary | 1100010 | 1001000 | 1001011 | 0 | 11011 | 10111 | 111110 | 101100001 | 1111 | 100001 |
Color Harmonies of #62484B
Complementary color
Monochromatic Colors of #62484B
Black with #62484B
Text Example
Text Example
White with #62484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62484B; }
p { color: rgb(98,72,75); }
H1.HeaderClassName
{
color: #62484B;
}
.AnyTagClassName
{
color: #62484B;
}
</style>
background-color css
<style>
a { background-color: #62484B; }
a { background-color: rgb(98,72,75); }
div.DivClassName
{
background-color: #62484B;
}
.BgClassName
{
background-color: #62484B;
}
</style>
border-color css
<style>
span { border-color: #62484B; }
span { border-color: rgb(98,72,75); }
td.TdClassName
{
border-color: #62484B;
}
.TagClassName
{
border-color: #62484B;
}
</style>