#d75956

Color #D75956 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #D75956

Tints of Valencia #D75956

Color information

#D75956 (or 0xD75956) is unknown color: approx Valencia. HEX triplet: D7, 59 and 56. RGB value is (215,89,86). Sum of RGB (Red+Green+Blue) = 215+89+86=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D75956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75956 is #28A6A9. Grayscale: #7E7E7E. Windows color (decimal): -2664106 or 5659095. OLE color: 5659095.

HSL color Cylindrical-coordinate representation of color #D75956: hue angle of 1.4º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75956 is Cyan = 0, Magento = 0.59, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB2158986-
CMYK00.590.60.16
HSL1.4º61.72%59.02%-
HSV(B)1.4º60%84.31%-
XYZ33.2822.2611.35-
YUV126.33105.24191.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 55.13%
GREEN value IS 89 (35.16% from 255) = 22.82%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=55.13%
G=22.82%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215898600.590.60.161.461.7259.02
HexD7595603B3C1013e3b
Octal327131126073742017673
Binary11010111101100110101100111011111100100001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d75956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d75956; }

 p { color: rgb(215,89,86); }

 H1.HeaderClassName
 {
   color: #d75956;
 }
 .AnyTagClassName
 {
   color: #d75956;
 }
</style>
background-color css

<style>
 a { background-color: #d75956; }

 a { background-color: rgb(215,89,86); }

 div.DivClassName
 {
   background-color: #d75956;
 }
 .BgClassName
 {
   background-color: #d75956;
 }
</style>
border-color css

<style>
 span { border-color: #d75956; }

 span { border-color: rgb(215,89,86); }

 td.TdClassName
 {
   border-color: #d75956;
 }
 .TagClassName
 {
   border-color: #d75956;
 }
</style>