#D15851

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

Shades of Valencia #D15851

Tints of Valencia #D15851

Color information

#D15851 (or 0xD15851) is unknown color: approx Valencia. HEX triplet: D1, 58 and 51. RGB value is (209,88,81). Sum of RGB (Red+Green+Blue) = 209+88+81=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D15851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15851 is #2EA7AE. Grayscale: #7B7B7B. Windows color (decimal): -3057583 or 5331153. OLE color: 5331153.

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

Color convert

RGB2098881-
CMYK00.580.610.18
HSL3.28º58.18%56.86%-
HSV(B)3.28º61.24%81.96%-
XYZ31.2721.1310.21-
YUV123.38104.09189.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=55.29%
G=23.28%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209888100.580.610.183.2858.1856.86
HexD1585103A3D1233a39
Octal321130121072752237271
Binary110100011011000101000101110101111011001011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15851; }

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

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

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

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

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

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

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

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