#D75851

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

Shades of Valencia #D75851

Tints of Valencia #D75851

Color information

#D75851 (or 0xD75851) is unknown color: approx Valencia. HEX triplet: D7, 58 and 51. RGB value is (215,88,81). Sum of RGB (Red+Green+Blue) = 215+88+81=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D75851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75851 is #28A7AE. Grayscale: #7D7D7D. Windows color (decimal): -2664367 or 5331159. OLE color: 5331159.

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

Color convert

RGB2158881-
CMYK00.590.620.16
HSL3.13º62.62%58.04%-
HSV(B)3.13º62.33%84.31%-
XYZ3322.0210.3-
YUV125.18103.08192.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.99%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=55.99%
G=22.92%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215888100.590.620.163.1362.6258.04
HexD7585103B3E1033f3a
Octal327130121073762037772
Binary110101111011000101000101110111111101000011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75851; }

 p { color: rgb(215,88,81); }

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

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

 a { background-color: rgb(215,88,81); }

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

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

 span { border-color: rgb(215,88,81); }

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