Html Css Color HEX #D8524A Valencia

📋 copy color: '#D8524A'

red 216 ◦ green 82 ◦ blue 74

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

Shades of Valencia #D8524A

Tints of Valencia #D8524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 58.06%
G = 22.04%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8524A (or 0xD8524A) is known color: Valencia. HEX triplet: D8, 52 and 4A. RGB value is (216,82,74). Sum of RGB (Red+Green+Blue) = 216+82+74=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D8524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8524A is #27ADB5. Grayscale: #797979. Windows color (decimal): -2600374 or 4870872. OLE color: 4870872.

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

Color convert

RGB 216 82 74 -
CMYK 0 0.62 0.66 0.15
HSL 3.38º 0.65% 0.57% -
HSV(B) 3.38º 0.66% 0.85% -
XYZ 32.57 21.13 8.84 -
YUV 121.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 216 82 74 0 0.62 0.66 0.15 3.38 0.65 0.57
Hex D8 52 4A 0 3E 42 F 3 41 39
Octal 330 122 112 0 76 102 17 3 101 71
Binary 11011000 1010010 1001010 0 111110 1000010 1111 11 1000001 111001

Color Harmonies of #D8524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8524A

Black with #D8524A

Text Example


Text Example

White with #D8524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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