Shades of Valencia #D85348
Tints of Valencia #D85348
RGB
CMYK
RGB Variations
Color information
#D85348 (or 0xD85348) is known color: Valencia. HEX triplet: D8, 53 and 48. RGB value is (216,83,72). Sum of RGB (Red+Green+Blue) = 216+83+72=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D85348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85348 is #27ACB7. Grayscale: #797979. Windows color (decimal): -2600120 or 4740056. OLE color: 4740056.
HSL color Cylindrical-coordinate representation of color #D85348: hue angle of 4.58º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D85348 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 72 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.15 |
| HSL | 4.58º | 0.65% | 0.56% | - |
| HSV(B) | 4.58º | 0.67% | 0.85% | - |
| XYZ | 32.58 | 21.25 | 8.52 | - |
| YUV | 121.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 72 | 0 | 0.62 | 0.67 | 0.15 | 4.58 | 0.65 | 0.56 |
| Hex | D8 | 53 | 48 | 0 | 3E | 43 | F | 5 | 41 | 38 |
| Octal | 330 | 123 | 110 | 0 | 76 | 103 | 17 | 5 | 101 | 70 |
| Binary | 11011000 | 1010011 | 1001000 | 0 | 111110 | 1000011 | 1111 | 101 | 1000001 | 111000 |
Color Harmonies of #D85348
Complementary color
Monochromatic Colors of #D85348
Black with #D85348
Text Example
Text Example
White with #D85348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85348; }
p { color: rgb(216,83,72); }
H1.HeaderClassName
{
color: #D85348;
}
.AnyTagClassName
{
color: #D85348;
}
</style>
background-color css
<style>
a { background-color: #D85348; }
a { background-color: rgb(216,83,72); }
div.DivClassName
{
background-color: #D85348;
}
.BgClassName
{
background-color: #D85348;
}
</style>
border-color css
<style>
span { border-color: #D85348; }
span { border-color: rgb(216,83,72); }
td.TdClassName
{
border-color: #D85348;
}
.TagClassName
{
border-color: #D85348;
}
</style>