#8A565B

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

Shades of Vin Rouge #8A565B

Tints of Vin Rouge #8A565B

Color information

#8A565B (or 0x8A565B) is unknown color: approx Vin Rouge. HEX triplet: 8A, 56 and 5B. RGB value is (138,86,91). Sum of RGB (Red+Green+Blue) = 138+86+91=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A565B is #75A9A4. Grayscale: #666666. Windows color (decimal): -7711141 or 5985930. OLE color: 5985930.

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

Color convert

RGB1388691-
CMYK00.380.340.46
HSL354.23º23.21%43.92%-
HSV(B)354.23º37.68%54.12%-
XYZ15.712.8111.54-
YUV102.12121.73153.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.81%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=43.81%
G=27.30%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138869100.380.340.46354.2323.2143.92
Hex8A565B026222E162172c
Octal21212613304642565422754
Binary1000101010101101011011010011010001010111010110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,86,91); }

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

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

 a { background-color: rgb(138,86,91); }

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

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

 span { border-color: rgb(138,86,91); }

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