#D8524B

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

Shades of Valencia #D8524B

Tints of Valencia #D8524B

Color information

#D8524B (or 0xD8524B) is unknown color: approx 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

RGB2168275-
CMYK00.620.650.15
HSL2.98º64.38%57.06%-
HSV(B)2.98º65.28%84.71%-
XYZ32.6121.149.02-
YUV121.27101.89195.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216827500.620.650.152.9864.3857.06
HexD8524B03E41F34039
Octal33012211307610117310071
Binary1101100010100101001011011111010000011111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>