#D1534C

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

Shades of Valencia #D1534C

Tints of Valencia #D1534C

Color information

#D1534C (or 0xD1534C) is unknown color: approx Valencia. HEX triplet: D1, 53 and 4C. RGB value is (209,83,76). Sum of RGB (Red+Green+Blue) = 209+83+76=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1534C is #2EACB3. Grayscale: #787878. Windows color (decimal): -3058868 or 5002193. OLE color: 5002193.

HSL color Cylindrical-coordinate representation of color #D1534C: hue angle of 3.16º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1534C is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2098376-
CMYK00.600.640.18
HSL3.16º59.11%55.88%-
HSV(B)3.16º63.64%81.96%-
XYZ30.6920.269.13-
YUV119.88103.24191.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.79%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=56.79%
G=22.55%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209837600.600.640.183.1659.1155.88
HexD1534C03C401233b38
Octal3211231140741002237370
Binary1101000110100111001100011110010000001001011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1534C; }

 p { color: rgb(209,83,76); }

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

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

 a { background-color: rgb(209,83,76); }

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

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

 span { border-color: rgb(209,83,76); }

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