#8C525A

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

Shades of Vin Rouge #8C525A

Tints of Vin Rouge #8C525A

Color information

#8C525A (or 0x8C525A) is unknown color: approx Vin Rouge. HEX triplet: 8C, 52 and 5A. RGB value is (140,82,90). Sum of RGB (Red+Green+Blue) = 140+82+90=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C525A is #73ADA5. Grayscale: #646464. Windows color (decimal): -7581094 or 5919372. OLE color: 5919372.

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

Color convert

RGB1408290-
CMYK00.410.360.45
HSL351.72º26.13%43.53%-
HSV(B)351.72º41.43%54.9%-
XYZ15.6812.3511.23-
YUV100.25122.22156.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.87%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=44.87%
G=26.28%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140829000.410.360.45351.7226.1343.53
Hex8C525A029242D1601a2c
Octal21412213205144555403254
Binary1000110010100101011010010100110010010110110110000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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