#D9534D

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

Shades of Valencia #D9534D

Tints of Valencia #D9534D

Color information

#D9534D (or 0xD9534D) is unknown color: approx Valencia. HEX triplet: D9, 53 and 4D. RGB value is (217,83,77). Sum of RGB (Red+Green+Blue) = 217+83+77=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9534D is #26ACB2. Grayscale: #7A7A7A. Windows color (decimal): -2534579 or 5067737. OLE color: 5067737.

HSL color Cylindrical-coordinate representation of color #D9534D: hue angle of 2.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9534D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB2178377-
CMYK00.620.650.15
HSL2.57º64.81%57.65%-
HSV(B)2.57º64.52%85.1%-
XYZ33.0521.479.42-
YUV122.38102.39195.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.56%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=57.56%
G=22.02%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217837700.620.650.152.5764.8157.65
HexD9534D03E41F3413a
Octal33112311507610117310172
Binary1101100110100111001101011111010000011111111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9534D; }

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

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

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

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

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

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

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

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