#8A5A5E

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

Shades of Vin Rouge #8A5A5E

Tints of Vin Rouge #8A5A5E

Color information

#8A5A5E (or 0x8A5A5E) is unknown color: approx Vin Rouge. HEX triplet: 8A, 5A and 5E. RGB value is (138,90,94). Sum of RGB (Red+Green+Blue) = 138+90+94=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A5E is #75A5A1. Grayscale: #686868. Windows color (decimal): -7710114 or 6183562. OLE color: 6183562.

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

Color convert

RGB1389094-
CMYK00.350.320.46
HSL355º21.05%44.71%-
HSV(B)355º34.78%54.12%-
XYZ16.1613.5212.35-
YUV104.81121.9151.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=42.86%
G=27.95%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138909400.350.320.4635521.0544.71
Hex8A5A5E023202E163152d
Octal21213213604340565432555
Binary1000101010110101011110010001110000010111010110001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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