#D4534D

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

Shades of Valencia #D4534D

Tints of Valencia #D4534D

Color information

#D4534D (or 0xD4534D) is unknown color: approx Valencia. HEX triplet: D4, 53 and 4D. RGB value is (212,83,77). Sum of RGB (Red+Green+Blue) = 212+83+77=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4534D is #2BACB2. Grayscale: #797979. Windows color (decimal): -2862259 or 5067732. OLE color: 5067732.

HSL color Cylindrical-coordinate representation of color #D4534D: hue angle of 2.67º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4534D is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB2128377-
CMYK00.610.640.17
HSL2.67º61.09%56.67%-
HSV(B)2.67º63.68%83.14%-
XYZ31.5820.729.36-
YUV120.89103.24192.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.99%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 77 (30.47% from 255) = 20.70%
R=56.99%
G=22.31%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212837700.610.640.172.6761.0956.67
HexD4534D03D401133d39
Octal3241231150751002137571
Binary1101010010100111001101011110110000001000111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4534D; }

 p { color: rgb(212,83,77); }

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

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

 a { background-color: rgb(212,83,77); }

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

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

 span { border-color: rgb(212,83,77); }

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