#8A5C5F

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

Shades of Vin Rouge #8A5C5F

Tints of Vin Rouge #8A5C5F

Color information

#8A5C5F (or 0x8A5C5F) is unknown color: approx Vin Rouge. HEX triplet: 8A, 5C and 5F. RGB value is (138,92,95). Sum of RGB (Red+Green+Blue) = 138+92+95=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C5F is #75A3A0. Grayscale: #6A6A6A. Windows color (decimal): -7709601 or 6249610. OLE color: 6249610.

HSL color Cylindrical-coordinate representation of color #8A5C5F: hue angle of 356.09º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A5C5F is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1389295-
CMYK00.330.310.46
HSL356.09º20%45.1%-
HSV(B)356.09º33.33%54.12%-
XYZ16.3713.8812.64-
YUV106.1121.74150.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=42.46%
G=28.31%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138929500.330.310.46356.092045.1
Hex8A5C5F0211F2E164142d
Octal21213413704137565442455
Binary100010101011100101111101000011111110111010110010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,95); }

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

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

 a { background-color: rgb(138,92,95); }

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

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

 span { border-color: rgb(138,92,95); }

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