Shades of Valencia #D0534D
Tints of Valencia #D0534D
RGB
CMYK
RGB Variations
Color information
#D0534D (or 0xD0534D) is known color: Valencia. HEX triplet: D0, 53 and 4D. RGB value is (208,83,77). Sum of RGB (Red+Green+Blue) = 208+83+77=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0534D is #2FACB2. Grayscale: #777777. Windows color (decimal): -3124403 or 5067728. OLE color: 5067728.
HSL color Cylindrical-coordinate representation of color #D0534D: hue angle of 2.75º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0534D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 77 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.18 |
| HSL | 2.75º | 0.58% | 0.56% | - |
| HSV(B) | 2.75º | 0.63% | 0.82% | - |
| XYZ | 30.45 | 20.13 | 9.3 | - |
| YUV | 119.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 77 | 0 | 0.60 | 0.63 | 0.18 | 2.75 | 0.58 | 0.56 |
| Hex | D0 | 53 | 4D | 0 | 3C | 3F | 12 | 3 | 3A | 38 |
| Octal | 320 | 123 | 115 | 0 | 74 | 77 | 22 | 3 | 72 | 70 |
| Binary | 11010000 | 1010011 | 1001101 | 0 | 111100 | 111111 | 10010 | 11 | 111010 | 111000 |
Color Harmonies of #D0534D
Complementary color
Monochromatic Colors of #D0534D
Black with #D0534D
Text Example
Text Example
White with #D0534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0534D; }
p { color: rgb(208,83,77); }
H1.HeaderClassName
{
color: #D0534D;
}
.AnyTagClassName
{
color: #D0534D;
}
</style>
background-color css
<style>
a { background-color: #D0534D; }
a { background-color: rgb(208,83,77); }
div.DivClassName
{
background-color: #D0534D;
}
.BgClassName
{
background-color: #D0534D;
}
</style>
border-color css
<style>
span { border-color: #D0534D; }
span { border-color: rgb(208,83,77); }
td.TdClassName
{
border-color: #D0534D;
}
.TagClassName
{
border-color: #D0534D;
}
</style>