Shades of Valencia #D7504B
Tints of Valencia #D7504B
RGB
CMYK
RGB Variations
Color information
#D7504B (or 0xD7504B) is known color: Valencia. HEX triplet: D7, 50 and 4B. RGB value is (215,80,75). Sum of RGB (Red+Green+Blue) = 215+80+75=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D7504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7504B is #28AFB4. Grayscale: #777777. Windows color (decimal): -2666421 or 4935895. OLE color: 4935895.
HSL color Cylindrical-coordinate representation of color #D7504B: hue angle of 2.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7504B is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 75 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.16 |
| HSL | 2.14º | 0.64% | 0.57% | - |
| HSV(B) | 2.14º | 0.65% | 0.84% | - |
| XYZ | 32.16 | 20.69 | 8.96 | - |
| YUV | 119.8 | 102.73 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 75 | 0 | 0.63 | 0.65 | 0.16 | 2.14 | 0.64 | 0.57 |
| Hex | D7 | 50 | 4B | 0 | 3F | 41 | 10 | 2 | 40 | 39 |
| Octal | 327 | 120 | 113 | 0 | 77 | 101 | 20 | 2 | 100 | 71 |
| Binary | 11010111 | 1010000 | 1001011 | 0 | 111111 | 1000001 | 10000 | 10 | 1000000 | 111001 |
Color Harmonies of #D7504B
Complementary color
Monochromatic Colors of #D7504B
Black with #D7504B
Text Example
Text Example
White with #D7504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7504B; }
p { color: rgb(215,80,75); }
H1.HeaderClassName
{
color: #D7504B;
}
.AnyTagClassName
{
color: #D7504B;
}
</style>
background-color css
<style>
a { background-color: #D7504B; }
a { background-color: rgb(215,80,75); }
div.DivClassName
{
background-color: #D7504B;
}
.BgClassName
{
background-color: #D7504B;
}
</style>
border-color css
<style>
span { border-color: #D7504B; }
span { border-color: rgb(215,80,75); }
td.TdClassName
{
border-color: #D7504B;
}
.TagClassName
{
border-color: #D7504B;
}
</style>