#8F525A

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

Shades of Vin Rouge #8F525A

Tints of Vin Rouge #8F525A

Color information

#8F525A (or 0x8F525A) is unknown color: approx Vin Rouge. HEX triplet: 8F, 52 and 5A. RGB value is (143,82,90). Sum of RGB (Red+Green+Blue) = 143+82+90=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F525A is #70ADA5. Grayscale: #656565. Windows color (decimal): -7384486 or 5919375. OLE color: 5919375.

HSL color Cylindrical-coordinate representation of color #8F525A: hue angle of 352.13º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F525A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1438290-
CMYK00.430.370.44
HSL352.13º27.11%44.12%-
HSV(B)352.13º42.66%56.08%-
XYZ16.1912.6111.25-
YUV101.15121.71157.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.40%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=45.40%
G=26.03%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143829000.430.370.44352.1327.1144.12
Hex8F525A02B252C1601b2c
Octal21712213205345545403354
Binary1000111110100101011010010101110010110110010110000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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