#D15D51

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

Shades of Valencia #D15D51

Tints of Valencia #D15D51

Color information

#D15D51 (or 0xD15D51) is unknown color: approx Valencia. HEX triplet: D1, 5D and 51. RGB value is (209,93,81). Sum of RGB (Red+Green+Blue) = 209+93+81=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D51 is #2EA2AE. Grayscale: #7E7E7E. Windows color (decimal): -3056303 or 5332433. OLE color: 5332433.

HSL color Cylindrical-coordinate representation of color #D15D51: hue angle of 5.63º 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 #D15D51 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB2099381-
CMYK00.560.610.18
HSL5.63º58.18%56.86%-
HSV(B)5.63º61.24%81.96%-
XYZ31.6921.9810.36-
YUV126.32102.43186.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.57%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=54.57%
G=24.28%
B=21.15%

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
Decimal209938100.560.610.185.6358.1856.86
HexD15D510383D1263a39
Octal321135121070752267271
Binary1101000110111011010001011100011110110010110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15D51; }

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

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

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

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

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

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

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

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