Shades of Valencia #D15648
Tints of Valencia #D15648
RGB
CMYK
RGB Variations
Color information
#D15648 (or 0xD15648) is known color: Valencia. HEX triplet: D1, 56 and 48. RGB value is (209,86,72). Sum of RGB (Red+Green+Blue) = 209+86+72=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D15648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15648 is #2EA9B7. Grayscale: #797979. Windows color (decimal): -3058104 or 4740817. OLE color: 4740817.
HSL color Cylindrical-coordinate representation of color #D15648: hue angle of 6.13º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D15648 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 72 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.18 |
| HSL | 6.13º | 0.6% | 0.55% | - |
| HSV(B) | 6.13º | 0.66% | 0.82% | - |
| XYZ | 30.79 | 20.68 | 8.5 | - |
| YUV | 121.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 72 | 0 | 0.59 | 0.66 | 0.18 | 6.13 | 0.6 | 0.55 |
| Hex | D1 | 56 | 48 | 0 | 3B | 42 | 12 | 6 | 3C | 37 |
| Octal | 321 | 126 | 110 | 0 | 73 | 102 | 22 | 6 | 74 | 67 |
| Binary | 11010001 | 1010110 | 1001000 | 0 | 111011 | 1000010 | 10010 | 110 | 111100 | 110111 |
Color Harmonies of #D15648
Complementary color
Monochromatic Colors of #D15648
Black with #D15648
Text Example
Text Example
White with #D15648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15648; }
p { color: rgb(209,86,72); }
H1.HeaderClassName
{
color: #D15648;
}
.AnyTagClassName
{
color: #D15648;
}
</style>
background-color css
<style>
a { background-color: #D15648; }
a { background-color: rgb(209,86,72); }
div.DivClassName
{
background-color: #D15648;
}
.BgClassName
{
background-color: #D15648;
}
</style>
border-color css
<style>
span { border-color: #D15648; }
span { border-color: rgb(209,86,72); }
td.TdClassName
{
border-color: #D15648;
}
.TagClassName
{
border-color: #D15648;
}
</style>