#D6544F

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

Shades of Valencia #D6544F

Tints of Valencia #D6544F

Color information

#D6544F (or 0xD6544F) is unknown color: approx Valencia. HEX triplet: D6, 54 and 4F. RGB value is (214,84,79). Sum of RGB (Red+Green+Blue) = 214+84+79=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6544F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6544F is #29ABB0. Grayscale: #7A7A7A. Windows color (decimal): -2730929 or 5199062. OLE color: 5199062.

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

Color convert

RGB2148479-
CMYK00.610.630.16
HSL2.22º62.21%57.45%-
HSV(B)2.22º63.08%83.92%-
XYZ32.3121.29.79-
YUV122.3103.57193.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 79 (31.25% from 255) = 20.95%
R=56.76%
G=22.28%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214847900.610.630.162.2262.2157.45
HexD6544F03D3F1023e39
Octal326124117075772027671
Binary110101101010100100111101111011111111000010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6544F; }

 p { color: rgb(214,84,79); }

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

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

 a { background-color: rgb(214,84,79); }

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

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

 span { border-color: rgb(214,84,79); }

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