#D8544E

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

Shades of Valencia #D8544E

Tints of Valencia #D8544E

Color information

#D8544E (or 0xD8544E) is unknown color: approx Valencia. HEX triplet: D8, 54 and 4E. RGB value is (216,84,78). Sum of RGB (Red+Green+Blue) = 216+84+78=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8544E is #27ABB1. Grayscale: #7A7A7A. Windows color (decimal): -2599858 or 5133528. OLE color: 5133528.

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

Color convert

RGB2168478-
CMYK00.610.640.15
HSL2.61º63.89%57.65%-
HSV(B)2.61º63.89%84.71%-
XYZ32.8621.499.62-
YUV122.78102.73194.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.14%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=57.14%
G=22.22%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216847800.610.640.152.6163.8957.65
HexD8544E03D40F3403a
Octal33012411607510017310072
Binary1101100010101001001110011110110000001111111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8544E; }

 p { color: rgb(216,84,78); }

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

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

 a { background-color: rgb(216,84,78); }

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

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

 span { border-color: rgb(216,84,78); }

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