#D7534D

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

Shades of Valencia #D7534D

Tints of Valencia #D7534D

Color information

#D7534D (or 0xD7534D) is unknown color: approx Valencia. HEX triplet: D7, 53 and 4D. RGB value is (215,83,77). Sum of RGB (Red+Green+Blue) = 215+83+77=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7534D is #28ACB2. Grayscale: #797979. Windows color (decimal): -2665651 or 5067735. OLE color: 5067735.

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

Color convert

RGB2158377-
CMYK00.610.640.16
HSL2.61º63.3%57.25%-
HSV(B)2.61º64.19%84.31%-
XYZ32.4621.179.4-
YUV121.78102.73194.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.33%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 77 (30.47% from 255) = 20.53%
R=57.33%
G=22.13%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215837700.610.640.162.6163.357.25
HexD7534D03D401033f39
Octal3271231150751002037771
Binary1101011110100111001101011110110000001000011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7534D; }

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

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

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

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

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

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

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

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