Shades of Valencia #D6524D
Tints of Valencia #D6524D
RGB
CMYK
RGB Variations
Color information
#D6524D (or 0xD6524D) is known color: Valencia. HEX triplet: D6, 52 and 4D. RGB value is (214,82,77). Sum of RGB (Red+Green+Blue) = 214+82+77=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6524D is #29ADB2. Grayscale: #797979. Windows color (decimal): -2731443 or 5067478. OLE color: 5067478.
HSL color Cylindrical-coordinate representation of color #D6524D: hue angle of 2.19º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6524D is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 77 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.16 |
| HSL | 2.19º | 0.63% | 0.57% | - |
| HSV(B) | 2.19º | 0.64% | 0.84% | - |
| XYZ | 32.09 | 20.87 | 9.36 | - |
| YUV | 120.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 77 | 0 | 0.62 | 0.64 | 0.16 | 2.19 | 0.63 | 0.57 |
| Hex | D6 | 52 | 4D | 0 | 3E | 40 | 10 | 2 | 3F | 39 |
| Octal | 326 | 122 | 115 | 0 | 76 | 100 | 20 | 2 | 77 | 71 |
| Binary | 11010110 | 1010010 | 1001101 | 0 | 111110 | 1000000 | 10000 | 10 | 111111 | 111001 |
Color Harmonies of #D6524D
Complementary color
Monochromatic Colors of #D6524D
Black with #D6524D
Text Example
Text Example
White with #D6524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6524D; }
p { color: rgb(214,82,77); }
H1.HeaderClassName
{
color: #D6524D;
}
.AnyTagClassName
{
color: #D6524D;
}
</style>
background-color css
<style>
a { background-color: #D6524D; }
a { background-color: rgb(214,82,77); }
div.DivClassName
{
background-color: #D6524D;
}
.BgClassName
{
background-color: #D6524D;
}
</style>
border-color css
<style>
span { border-color: #D6524D; }
span { border-color: rgb(214,82,77); }
td.TdClassName
{
border-color: #D6524D;
}
.TagClassName
{
border-color: #D6524D;
}
</style>