Shades of Valencia #D15A52
Tints of Valencia #D15A52
RGB
CMYK
RGB Variations
Color information
#D15A52 (or 0xD15A52) is known color: Valencia. HEX triplet: D1, 5A and 52. RGB value is (209,90,82). Sum of RGB (Red+Green+Blue) = 209+90+82=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15A52 is #2EA5AD. Grayscale: #7C7C7C. Windows color (decimal): -3057070 or 5397201. OLE color: 5397201.
HSL color Cylindrical-coordinate representation of color #D15A52: hue angle of 3.78º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15A52 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 82 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.18 |
| HSL | 3.78º | 0.58% | 0.57% | - |
| HSV(B) | 3.78º | 0.61% | 0.82% | - |
| XYZ | 31.47 | 21.48 | 10.47 | - |
| YUV | 124.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 82 | 0 | 0.57 | 0.61 | 0.18 | 3.78 | 0.58 | 0.57 |
| Hex | D1 | 5A | 52 | 0 | 39 | 3D | 12 | 4 | 3A | 39 |
| Octal | 321 | 132 | 122 | 0 | 71 | 75 | 22 | 4 | 72 | 71 |
| Binary | 11010001 | 1011010 | 1010010 | 0 | 111001 | 111101 | 10010 | 100 | 111010 | 111001 |
Color Harmonies of #D15A52
Complementary color
Monochromatic Colors of #D15A52
Black with #D15A52
Text Example
Text Example
White with #D15A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15A52; }
p { color: rgb(209,90,82); }
H1.HeaderClassName
{
color: #D15A52;
}
.AnyTagClassName
{
color: #D15A52;
}
</style>
background-color css
<style>
a { background-color: #D15A52; }
a { background-color: rgb(209,90,82); }
div.DivClassName
{
background-color: #D15A52;
}
.BgClassName
{
background-color: #D15A52;
}
</style>
border-color css
<style>
span { border-color: #D15A52; }
span { border-color: rgb(209,90,82); }
td.TdClassName
{
border-color: #D15A52;
}
.TagClassName
{
border-color: #D15A52;
}
</style>