#D1584A

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

Shades of Valencia #D1584A

Tints of Valencia #D1584A

Color information

#D1584A (or 0xD1584A) is unknown color: approx Valencia. HEX triplet: D1, 58 and 4A. RGB value is (209,88,74). Sum of RGB (Red+Green+Blue) = 209+88+74=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1584A is #2EA7B5. Grayscale: #7A7A7A. Windows color (decimal): -3057590 or 4872401. OLE color: 4872401.

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

Color convert

RGB2098874-
CMYK00.580.650.18
HSL6.22º59.47%55.49%-
HSV(B)6.22º64.59%81.96%-
XYZ31.0221.038.9-
YUV122.58100.59189.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.33%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=56.33%
G=23.72%
B=19.95%

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
Decimal209887400.580.650.186.2259.4755.49
HexD1584A03A411263b37
Octal3211301120721012267367
Binary11010001101100010010100111010100000110010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1584A; }

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

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

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

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

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

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

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

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