#D15849

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

Shades of Valencia #D15849

Tints of Valencia #D15849

Color information

#D15849 (or 0xD15849) is unknown color: approx Valencia. HEX triplet: D1, 58 and 49. RGB value is (209,88,73). Sum of RGB (Red+Green+Blue) = 209+88+73=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D15849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15849 is #2EA7B6. Grayscale: #7A7A7A. Windows color (decimal): -3057591 or 4806865. OLE color: 4806865.

HSL color Cylindrical-coordinate representation of color #D15849: hue angle of 6.62º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D15849 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2098873-
CMYK00.580.650.18
HSL6.62º59.65%55.29%-
HSV(B)6.62º65.07%81.96%-
XYZ30.9921.028.73-
YUV122.47100.09189.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.49%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=56.49%
G=23.78%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209887300.580.650.186.6259.6555.29
HexD1584903A411273c37
Octal3211301110721012277467
Binary11010001101100010010010111010100000110010111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15849; }

 p { color: rgb(209,88,73); }

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

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

 a { background-color: rgb(209,88,73); }

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

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

 span { border-color: rgb(209,88,73); }

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