Html Css Color HEX #D8524B Valencia

📋 copy color: '#D8524B'

red 216 ◦ green 82 ◦ blue 75

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

Shades of Valencia #D8524B

Tints of Valencia #D8524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 57.91%
G = 21.98%
B = 20.11%

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

#D8524B (or 0xD8524B) is known color: Valencia. HEX triplet: D8, 52 and 4B. RGB value is (216,82,75). Sum of RGB (Red+Green+Blue) = 216+82+75=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8524B is #27ADB4. Grayscale: #797979. Windows color (decimal): -2600373 or 4936408. OLE color: 4936408.

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

Color convert

RGB 216 82 75 -
CMYK 0 0.62 0.65 0.15
HSL 2.98º 0.64% 0.57% -
HSV(B) 2.98º 0.65% 0.85% -
XYZ 32.61 21.14 9.02 -
YUV 121.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 216 82 75 0 0.62 0.65 0.15 2.98 0.64 0.57
Hex D8 52 4B 0 3E 41 F 3 40 39
Octal 330 122 113 0 76 101 17 3 100 71
Binary 11011000 1010010 1001011 0 111110 1000001 1111 11 1000000 111001

Color Harmonies of #D8524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8524B

Black with #D8524B

Text Example


Text Example

White with #D8524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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