Shades of Valencia #D75849
Tints of Valencia #D75849
RGB
CMYK
RGB Variations
Color information
#D75849 (or 0xD75849) is known color: Valencia. HEX triplet: D7, 58 and 49. RGB value is (215,88,73). Sum of RGB (Red+Green+Blue) = 215+88+73=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D75849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75849 is #28A7B6. Grayscale: #7C7C7C. Windows color (decimal): -2664375 or 4806871. OLE color: 4806871.
HSL color Cylindrical-coordinate representation of color #D75849: hue angle of 6.34º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D75849 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 73 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.16 |
| HSL | 6.34º | 0.64% | 0.56% | - |
| HSV(B) | 6.34º | 0.66% | 0.84% | - |
| XYZ | 32.72 | 21.91 | 8.81 | - |
| YUV | 124.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 73 | 0 | 0.59 | 0.66 | 0.16 | 6.34 | 0.64 | 0.56 |
| Hex | D7 | 58 | 49 | 0 | 3B | 42 | 10 | 6 | 40 | 38 |
| Octal | 327 | 130 | 111 | 0 | 73 | 102 | 20 | 6 | 100 | 70 |
| Binary | 11010111 | 1011000 | 1001001 | 0 | 111011 | 1000010 | 10000 | 110 | 1000000 | 111000 |
Color Harmonies of #D75849
Complementary color
Monochromatic Colors of #D75849
Black with #D75849
Text Example
Text Example
White with #D75849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75849; }
p { color: rgb(215,88,73); }
H1.HeaderClassName
{
color: #D75849;
}
.AnyTagClassName
{
color: #D75849;
}
</style>
background-color css
<style>
a { background-color: #D75849; }
a { background-color: rgb(215,88,73); }
div.DivClassName
{
background-color: #D75849;
}
.BgClassName
{
background-color: #D75849;
}
</style>
border-color css
<style>
span { border-color: #D75849; }
span { border-color: rgb(215,88,73); }
td.TdClassName
{
border-color: #D75849;
}
.TagClassName
{
border-color: #D75849;
}
</style>