#D56151

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

Shades of Valencia #D56151

Tints of Valencia #D56151

Color information

#D56151 (or 0xD56151) is unknown color: approx Valencia. HEX triplet: D5, 61 and 51. RGB value is (213,97,81). Sum of RGB (Red+Green+Blue) = 213+97+81=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D56151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56151 is #2A9EAE. Grayscale: #828282. Windows color (decimal): -2793135 or 5333461. OLE color: 5333461.

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

Color convert

RGB2139781-
CMYK00.540.620.16
HSL7.27º61.11%57.65%-
HSV(B)7.27º61.97%83.53%-
XYZ33.223.2910.53-
YUV129.86100.43187.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.48%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=54.48%
G=24.81%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213978100.540.620.167.2761.1157.65
HexD561510363E1073d3a
Octal325141121066762077572
Binary1101010111000011010001011011011111010000111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56151; }

 p { color: rgb(213,97,81); }

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

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

 a { background-color: rgb(213,97,81); }

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

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

 span { border-color: rgb(213,97,81); }

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