Html Css Color HEX #D9534D Valencia

📋 copy color: '#D9534D'

red 217 ◦ green 83 ◦ blue 77

#D9534D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #D9534D

Tints of Valencia #D9534D

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 value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9534D (or 0xD9534D) is known color: 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

RGB 217 83 77 -
CMYK 0 0.62 0.65 0.15
HSL 2.57º 0.65% 0.58% -
HSV(B) 2.57º 0.65% 0.85% -
XYZ 33.05 21.47 9.42 -
YUV 122.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 217 83 77 0 0.62 0.65 0.15 2.57 0.65 0.58
Hex D9 53 4D 0 3E 41 F 3 41 3A
Octal 331 123 115 0 76 101 17 3 101 72
Binary 11011001 1010011 1001101 0 111110 1000001 1111 11 1000001 111010

Color Harmonies of #D9534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9534D

Black with #D9534D

Text Example


Text Example

White with #D9534D

Text Example


Text Example

HTML Codes & Css Web 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>