#D75645

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

Shades of Valencia #D75645

Tints of Valencia #D75645

Color information

#D75645 (or 0xD75645) is unknown color: approx Valencia. HEX triplet: D7, 56 and 45. RGB value is (215,86,69). Sum of RGB (Red+Green+Blue) = 215+86+69=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D75645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75645 is #28A9BA. Grayscale: #7A7A7A. Windows color (decimal): -2664891 or 4544215. OLE color: 4544215.

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

Color convert

RGB2158669-
CMYK00.60.680.16
HSL6.99º64.6%55.69%-
HSV(B)6.99º67.91%84.31%-
XYZ32.4321.538.08-
YUV122.6397.74193.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.11%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=58.11%
G=23.24%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215866900.60.680.166.9964.655.69
HexD7564503C441074138
Octal32712610507410420710170
Binary110101111010110100010101111001000100100001111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75645; }

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

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

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

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

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

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

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

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