Shades of Valencia #D0534B
Tints of Valencia #D0534B
RGB
CMYK
RGB Variations
Color information
#D0534B (or 0xD0534B) is known color: Valencia. HEX triplet: D0, 53 and 4B. RGB value is (208,83,75). Sum of RGB (Red+Green+Blue) = 208+83+75=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0534B is #2FACB4. Grayscale: #777777. Windows color (decimal): -3124405 or 4936656. OLE color: 4936656.
HSL color Cylindrical-coordinate representation of color #D0534B: hue angle of 3.61º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0534B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 75 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.18 |
| HSL | 3.61º | 0.59% | 0.55% | - |
| HSV(B) | 3.61º | 0.64% | 0.82% | - |
| XYZ | 30.38 | 20.1 | 8.94 | - |
| YUV | 119.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 75 | 0 | 0.60 | 0.64 | 0.18 | 3.61 | 0.59 | 0.55 |
| Hex | D0 | 53 | 4B | 0 | 3C | 40 | 12 | 4 | 3B | 37 |
| Octal | 320 | 123 | 113 | 0 | 74 | 100 | 22 | 4 | 73 | 67 |
| Binary | 11010000 | 1010011 | 1001011 | 0 | 111100 | 1000000 | 10010 | 100 | 111011 | 110111 |
Color Harmonies of #D0534B
Complementary color
Monochromatic Colors of #D0534B
Black with #D0534B
Text Example
Text Example
White with #D0534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0534B; }
p { color: rgb(208,83,75); }
H1.HeaderClassName
{
color: #D0534B;
}
.AnyTagClassName
{
color: #D0534B;
}
</style>
background-color css
<style>
a { background-color: #D0534B; }
a { background-color: rgb(208,83,75); }
div.DivClassName
{
background-color: #D0534B;
}
.BgClassName
{
background-color: #D0534B;
}
</style>
border-color css
<style>
span { border-color: #D0534B; }
span { border-color: rgb(208,83,75); }
td.TdClassName
{
border-color: #D0534B;
}
.TagClassName
{
border-color: #D0534B;
}
</style>