#D15B51

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

Shades of Valencia #D15B51

Tints of Valencia #D15B51

Color information

#D15B51 (or 0xD15B51) is unknown color: approx Valencia. HEX triplet: D1, 5B and 51. RGB value is (209,91,81). Sum of RGB (Red+Green+Blue) = 209+91+81=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15B51 is #2EA4AE. Grayscale: #7D7D7D. Windows color (decimal): -3056815 or 5331921. OLE color: 5331921.

HSL color Cylindrical-coordinate representation of color #D15B51: hue angle of 4.69º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15B51 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB2099181-
CMYK00.560.610.18
HSL4.69º58.18%56.86%-
HSV(B)4.69º61.24%81.96%-
XYZ31.5221.6310.3-
YUV125.14103.09187.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.86%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=54.86%
G=23.88%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209918100.560.610.184.6958.1856.86
HexD15B510383D1253a39
Octal321133121070752257271
Binary1101000110110111010001011100011110110010101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15B51; }

 p { color: rgb(209,91,81); }

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

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

 a { background-color: rgb(209,91,81); }

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

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

 span { border-color: rgb(209,91,81); }

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