Html Css Color HEX #D8524D Valencia

📋 copy color: '#D8524D'

red 216 ◦ green 82 ◦ blue 77

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

Shades of Valencia #D8524D

Tints of Valencia #D8524D

RGB

 RED value IS 216 (84.77% from 255) = 57.6%

 GREEN value IS 82 (32.42% from 255) = 21.87%

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 57.6%
G = 21.87%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8524D (or 0xD8524D) is known color: Valencia. HEX triplet: D8, 52 and 4D. RGB value is (216,82,77). Sum of RGB (Red+Green+Blue) = 216+82+77=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8524D is #27ADB2. Grayscale: #797979. Windows color (decimal): -2600371 or 5067480. OLE color: 5067480.

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

Color convert

RGB 216 82 77 -
CMYK 0 0.62 0.64 0.15
HSL 2.16º 0.64% 0.57% -
HSV(B) 2.16º 0.64% 0.85% -
XYZ 32.68 21.17 9.39 -
YUV 121.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 216 82 77 0 0.62 0.64 0.15 2.16 0.64 0.57
Hex D8 52 4D 0 3E 40 F 2 40 39
Octal 330 122 115 0 76 100 17 2 100 71
Binary 11011000 1010010 1001101 0 111110 1000000 1111 10 1000000 111001

Color Harmonies of #D8524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8524D

Black with #D8524D

Text Example


Text Example

White with #D8524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8524D; }

 p { color: rgb(216,82,77); }

 H1.HeaderClassName
 {
   color: #D8524D;
 }
 .AnyTagClassName
 {
   color: #D8524D;
 }
</style>

background-color css

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

 a { background-color: rgb(216,82,77); }

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

border-color css

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

 span { border-color: rgb(216,82,77); }

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