#8B525A

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

Shades of Vin Rouge #8B525A

Tints of Vin Rouge #8B525A

Color information

#8B525A (or 0x8B525A) is unknown color: approx Vin Rouge. HEX triplet: 8B, 52 and 5A. RGB value is (139,82,90). Sum of RGB (Red+Green+Blue) = 139+82+90=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B525A is #74ADA5. Grayscale: #636363. Windows color (decimal): -7646630 or 5919371. OLE color: 5919371.

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

Color convert

RGB1398290-
CMYK00.410.350.45
HSL351.58º25.79%43.33%-
HSV(B)351.58º41.01%54.51%-
XYZ15.5112.2611.22-
YUV99.96122.38155.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=44.69%
G=26.37%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139829000.410.350.45351.5825.7943.33
Hex8B525A029232D1601a2b
Octal21312213205143555403253
Binary1000101110100101011010010100110001110110110110000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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