Shades of Valencia #D6524A
Tints of Valencia #D6524A
RGB
CMYK
RGB Variations
Color information
#D6524A (or 0xD6524A) is known color: Valencia. HEX triplet: D6, 52 and 4A. RGB value is (214,82,74). Sum of RGB (Red+Green+Blue) = 214+82+74=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D6524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6524A is #29ADB5. Grayscale: #787878. Windows color (decimal): -2731446 or 4870870. OLE color: 4870870.
HSL color Cylindrical-coordinate representation of color #D6524A: hue angle of 3.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6524A is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 74 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.16 |
| HSL | 3.43º | 0.63% | 0.56% | - |
| HSV(B) | 3.43º | 0.65% | 0.84% | - |
| XYZ | 31.98 | 20.83 | 8.81 | - |
| YUV | 120.56 | 101.73 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 74 | 0 | 0.62 | 0.65 | 0.16 | 3.43 | 0.63 | 0.56 |
| Hex | D6 | 52 | 4A | 0 | 3E | 41 | 10 | 3 | 3F | 38 |
| Octal | 326 | 122 | 112 | 0 | 76 | 101 | 20 | 3 | 77 | 70 |
| Binary | 11010110 | 1010010 | 1001010 | 0 | 111110 | 1000001 | 10000 | 11 | 111111 | 111000 |
Color Harmonies of #D6524A
Complementary color
Monochromatic Colors of #D6524A
Black with #D6524A
Text Example
Text Example
White with #D6524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6524A; }
p { color: rgb(214,82,74); }
H1.HeaderClassName
{
color: #D6524A;
}
.AnyTagClassName
{
color: #D6524A;
}
</style>
background-color css
<style>
a { background-color: #D6524A; }
a { background-color: rgb(214,82,74); }
div.DivClassName
{
background-color: #D6524A;
}
.BgClassName
{
background-color: #D6524A;
}
</style>
border-color css
<style>
span { border-color: #D6524A; }
span { border-color: rgb(214,82,74); }
td.TdClassName
{
border-color: #D6524A;
}
.TagClassName
{
border-color: #D6524A;
}
</style>