#8F5A5C

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

Shades of Vin Rouge #8F5A5C

Tints of Vin Rouge #8F5A5C

Color information

#8F5A5C (or 0x8F5A5C) is unknown color: approx Vin Rouge. HEX triplet: 8F, 5A and 5C. RGB value is (143,90,92). Sum of RGB (Red+Green+Blue) = 143+90+92=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A5C is #70A5A3. Grayscale: #6A6A6A. Windows color (decimal): -7382436 or 6052495. OLE color: 6052495.

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

Color convert

RGB1439092-
CMYK00.370.360.44
HSL357.74º22.75%45.69%-
HSV(B)357.74º37.06%56.08%-
XYZ16.9213.9211.92-
YUV106.07120.06154.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=44%
G=27.69%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143909200.370.360.44357.7422.7545.69
Hex8F5A5C025242C166172e
Octal21713213404544545462756
Binary1000111110110101011100010010110010010110010110011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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