Shades of Valencia #D75752
Tints of Valencia #D75752
RGB
CMYK
RGB Variations
Color information
#D75752 (or 0xD75752) is known color: Valencia. HEX triplet: D7, 57 and 52. RGB value is (215,87,82). Sum of RGB (Red+Green+Blue) = 215+87+82=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D75752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75752 is #28A8AD. Grayscale: #7C7C7C. Windows color (decimal): -2664622 or 5396439. OLE color: 5396439.
HSL color Cylindrical-coordinate representation of color #D75752: hue angle of 2.26º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75752 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 82 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.16 |
| HSL | 2.26º | 0.62% | 0.58% | - |
| HSV(B) | 2.26º | 0.62% | 0.84% | - |
| XYZ | 32.96 | 21.87 | 10.47 | - |
| YUV | 124.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 82 | 0 | 0.60 | 0.62 | 0.16 | 2.26 | 0.62 | 0.58 |
| Hex | D7 | 57 | 52 | 0 | 3C | 3E | 10 | 2 | 3E | 3A |
| Octal | 327 | 127 | 122 | 0 | 74 | 76 | 20 | 2 | 76 | 72 |
| Binary | 11010111 | 1010111 | 1010010 | 0 | 111100 | 111110 | 10000 | 10 | 111110 | 111010 |
Color Harmonies of #D75752
Complementary color
Monochromatic Colors of #D75752
Black with #D75752
Text Example
Text Example
White with #D75752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75752; }
p { color: rgb(215,87,82); }
H1.HeaderClassName
{
color: #D75752;
}
.AnyTagClassName
{
color: #D75752;
}
</style>
background-color css
<style>
a { background-color: #D75752; }
a { background-color: rgb(215,87,82); }
div.DivClassName
{
background-color: #D75752;
}
.BgClassName
{
background-color: #D75752;
}
</style>
border-color css
<style>
span { border-color: #D75752; }
span { border-color: rgb(215,87,82); }
td.TdClassName
{
border-color: #D75752;
}
.TagClassName
{
border-color: #D75752;
}
</style>