#D1594A

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

Shades of Valencia #D1594A

Tints of Valencia #D1594A

Color information

#D1594A (or 0xD1594A) is unknown color: approx Valencia. HEX triplet: D1, 59 and 4A. RGB value is (209,89,74). Sum of RGB (Red+Green+Blue) = 209+89+74=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1594A is #2EA6B5. Grayscale: #7B7B7B. Windows color (decimal): -3057334 or 4872657. OLE color: 4872657.

HSL color Cylindrical-coordinate representation of color #D1594A: hue angle of 6.67º degrees, saturation: 0.59, 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 #D1594A is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2098974-
CMYK00.570.650.18
HSL6.67º59.47%55.49%-
HSV(B)6.67º64.59%81.96%-
XYZ31.121.198.93-
YUV123.17100.26189.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.18%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 74 (29.30% from 255) = 19.89%
R=56.18%
G=23.92%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209897400.570.650.186.6759.4755.49
HexD1594A039411273b37
Octal3211311120711012277367
Binary11010001101100110010100111001100000110010111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1594A; }

 p { color: rgb(209,89,74); }

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

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

 a { background-color: rgb(209,89,74); }

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

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

 span { border-color: rgb(209,89,74); }

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