#D8594B

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

Shades of Valencia #D8594B

Tints of Valencia #D8594B

Color information

#D8594B (or 0xD8594B) is unknown color: approx Valencia. HEX triplet: D8, 59 and 4B. RGB value is (216,89,75). Sum of RGB (Red+Green+Blue) = 216+89+75=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8594B is #27A6B4. Grayscale: #7D7D7D. Windows color (decimal): -2598581 or 4938200. OLE color: 4938200.

HSL color Cylindrical-coordinate representation of color #D8594B: hue angle of 5.96º 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 #D8594B is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB2168975-
CMYK00.590.650.15
HSL5.96º64.38%57.06%-
HSV(B)5.96º65.28%84.71%-
XYZ33.1622.259.2-
YUV125.3899.58192.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.84%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=56.84%
G=23.42%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216897500.590.650.155.9664.3857.06
HexD8594B03B41F64039
Octal33013111307310117610071
Binary11011000101100110010110111011100000111111101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8594B; }

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

 H1.HeaderClassName
 {
   color: #D8594B;
 }
 .AnyTagClassName
 {
   color: #D8594B;
 }
</style>
background-color css

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

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

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

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

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

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