Shades of Valencia #D7534C
Tints of Valencia #D7534C
RGB
CMYK
RGB Variations
Color information
#D7534C (or 0xD7534C) is known color: Valencia. HEX triplet: D7, 53 and 4C. RGB value is (215,83,76). Sum of RGB (Red+Green+Blue) = 215+83+76=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7534C is #28ACB3. Grayscale: #797979. Windows color (decimal): -2665652 or 5002199. OLE color: 5002199.
HSL color Cylindrical-coordinate representation of color #D7534C: hue angle of 3.02º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7534C is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 76 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.16 |
| HSL | 3.02º | 0.63% | 0.57% | - |
| HSV(B) | 3.02º | 0.65% | 0.84% | - |
| XYZ | 32.42 | 21.16 | 9.21 | - |
| YUV | 121.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 76 | 0 | 0.61 | 0.65 | 0.16 | 3.02 | 0.63 | 0.57 |
| Hex | D7 | 53 | 4C | 0 | 3D | 41 | 10 | 3 | 3F | 39 |
| Octal | 327 | 123 | 114 | 0 | 75 | 101 | 20 | 3 | 77 | 71 |
| Binary | 11010111 | 1010011 | 1001100 | 0 | 111101 | 1000001 | 10000 | 11 | 111111 | 111001 |
Color Harmonies of #D7534C
Complementary color
Monochromatic Colors of #D7534C
Black with #D7534C
Text Example
Text Example
White with #D7534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7534C; }
p { color: rgb(215,83,76); }
H1.HeaderClassName
{
color: #D7534C;
}
.AnyTagClassName
{
color: #D7534C;
}
</style>
background-color css
<style>
a { background-color: #D7534C; }
a { background-color: rgb(215,83,76); }
div.DivClassName
{
background-color: #D7534C;
}
.BgClassName
{
background-color: #D7534C;
}
</style>
border-color css
<style>
span { border-color: #D7534C; }
span { border-color: rgb(215,83,76); }
td.TdClassName
{
border-color: #D7534C;
}
.TagClassName
{
border-color: #D7534C;
}
</style>