#8A575D

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

Shades of Vin Rouge #8A575D

Tints of Vin Rouge #8A575D

Color information

#8A575D (or 0x8A575D) is unknown color: approx Vin Rouge. HEX triplet: 8A, 57 and 5D. RGB value is (138,87,93). Sum of RGB (Red+Green+Blue) = 138+87+93=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A575D is #75A8A2. Grayscale: #666666. Windows color (decimal): -7710883 or 6117258. OLE color: 6117258.

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

Color convert

RGB1388793-
CMYK00.370.330.46
HSL352.94º22.67%44.12%-
HSV(B)352.94º36.96%54.12%-
XYZ15.8713.0112.03-
YUV102.93122.4153.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=43.40%
G=27.36%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138879300.370.330.46352.9422.6744.12
Hex8A575D025212E161172c
Octal21212713504541565412754
Binary1000101010101111011101010010110000110111010110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,87,93); }

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

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

 a { background-color: rgb(138,87,93); }

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

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

 span { border-color: rgb(138,87,93); }

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