#D7544B

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

Shades of Valencia #D7544B

Tints of Valencia #D7544B

Color information

#D7544B (or 0xD7544B) is unknown color: approx Valencia. HEX triplet: D7, 54 and 4B. RGB value is (215,84,75). Sum of RGB (Red+Green+Blue) = 215+84+75=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7544B is #28ABB4. Grayscale: #7A7A7A. Windows color (decimal): -2665397 or 4936919. OLE color: 4936919.

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

Color convert

RGB2158475-
CMYK00.610.650.16
HSL3.86º63.64%56.86%-
HSV(B)3.86º65.12%84.31%-
XYZ32.4621.39.06-
YUV122.14101.4194.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.49%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=57.49%
G=22.46%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215847500.610.650.163.8663.6456.86
HexD7544B03D411044039
Octal32712411307510120410071
Binary110101111010100100101101111011000001100001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7544B; }

 p { color: rgb(215,84,75); }

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

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

 a { background-color: rgb(215,84,75); }

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

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

 span { border-color: rgb(215,84,75); }

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