Shades of Valencia #D8534A
Tints of Valencia #D8534A
RGB
CMYK
RGB Variations
Color information
#D8534A (or 0xD8534A) is known color: Valencia. HEX triplet: D8, 53 and 4A. RGB value is (216,83,74). Sum of RGB (Red+Green+Blue) = 216+83+74=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8534A is #27ACB5. Grayscale: #797979. Windows color (decimal): -2600118 or 4871128. OLE color: 4871128.
HSL color Cylindrical-coordinate representation of color #D8534A: hue angle of 3.8º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8534A is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 74 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.15 |
| HSL | 3.8º | 0.65% | 0.57% | - |
| HSV(B) | 3.8º | 0.66% | 0.85% | - |
| XYZ | 32.65 | 21.28 | 8.87 | - |
| YUV | 121.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 74 | 0 | 0.62 | 0.66 | 0.15 | 3.8 | 0.65 | 0.57 |
| Hex | D8 | 53 | 4A | 0 | 3E | 42 | F | 4 | 41 | 39 |
| Octal | 330 | 123 | 112 | 0 | 76 | 102 | 17 | 4 | 101 | 71 |
| Binary | 11011000 | 1010011 | 1001010 | 0 | 111110 | 1000010 | 1111 | 100 | 1000001 | 111001 |
Color Harmonies of #D8534A
Complementary color
Monochromatic Colors of #D8534A
Black with #D8534A
Text Example
Text Example
White with #D8534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8534A; }
p { color: rgb(216,83,74); }
H1.HeaderClassName
{
color: #D8534A;
}
.AnyTagClassName
{
color: #D8534A;
}
</style>
background-color css
<style>
a { background-color: #D8534A; }
a { background-color: rgb(216,83,74); }
div.DivClassName
{
background-color: #D8534A;
}
.BgClassName
{
background-color: #D8534A;
}
</style>
border-color css
<style>
span { border-color: #D8534A; }
span { border-color: rgb(216,83,74); }
td.TdClassName
{
border-color: #D8534A;
}
.TagClassName
{
border-color: #D8534A;
}
</style>