#8A575E

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

Shades of Vin Rouge #8A575E

Tints of Vin Rouge #8A575E

Color information

#8A575E (or 0x8A575E) is unknown color: approx Vin Rouge. HEX triplet: 8A, 57 and 5E. RGB value is (138,87,94). Sum of RGB (Red+Green+Blue) = 138+87+94=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A575E is #75A8A1. Grayscale: #676767. Windows color (decimal): -7710882 or 6182794. OLE color: 6182794.

HSL color Cylindrical-coordinate representation of color #8A575E: hue angle of 351.76º 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 #8A575E is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1388794-
CMYK00.370.320.46
HSL351.76º22.67%44.12%-
HSV(B)351.76º36.96%54.12%-
XYZ15.9113.0312.27-
YUV103.05122.9152.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=43.26%
G=27.27%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138879400.370.320.46351.7622.6744.12
Hex8A575E025202E160172c
Octal21212713604540565402754
Binary1000101010101111011110010010110000010111010110000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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