#D0534D

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

Shades of Valencia #D0534D

Tints of Valencia #D0534D

Color information

#D0534D (or 0xD0534D) is unknown color: approx Valencia. HEX triplet: D0, 53 and 4D. RGB value is (208,83,77). Sum of RGB (Red+Green+Blue) = 208+83+77=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0534D is #2FACB2. Grayscale: #777777. Windows color (decimal): -3124403 or 5067728. OLE color: 5067728.

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

Color convert

RGB2088377-
CMYK00.600.630.18
HSL2.75º58.22%55.88%-
HSV(B)2.75º62.98%81.57%-
XYZ30.4520.139.3-
YUV119.69103.91190.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.52%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=56.52%
G=22.55%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208837700.600.630.182.7558.2255.88
HexD0534D03C3F1233a38
Octal320123115074772237270
Binary110100001010011100110101111001111111001011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0534D; }

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

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

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

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

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

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

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

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