#8B5A5D

Color #8B5A5D Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #8B5A5D

Tints of Vin Rouge #8B5A5D

Color information

#8B5A5D (or 0x8B5A5D) is unknown color: approx Vin Rouge. HEX triplet: 8B, 5A and 5D. RGB value is (139,90,93). Sum of RGB (Red+Green+Blue) = 139+90+93=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A5D is #74A5A2. Grayscale: #696969. Windows color (decimal): -7644579 or 6118027. OLE color: 6118027.

HSL color Cylindrical-coordinate representation of color #8B5A5D: hue angle of 356.33º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A5D is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1399093-
CMYK00.350.330.45
HSL356.33º21.4%44.9%-
HSV(B)356.33º35.25%54.51%-
XYZ16.2813.5912.12-
YUV104.99121.23152.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=43.17%
G=27.95%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139909300.350.330.45356.3321.444.9
Hex8B5A5D023212D164152d
Octal21313213504341555442555
Binary1000101110110101011101010001110000110110110110010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B5A5D; }

 p { color: rgb(139,90,93); }

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

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

 a { background-color: rgb(139,90,93); }

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

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

 span { border-color: rgb(139,90,93); }

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