#8A5B61

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

Shades of Vin Rouge #8A5B61

Tints of Vin Rouge #8A5B61

Color information

#8A5B61 (or 0x8A5B61) is unknown color: approx Vin Rouge. HEX triplet: 8A, 5B and 61. RGB value is (138,91,97). Sum of RGB (Red+Green+Blue) = 138+91+97=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B61 is #75A49E. Grayscale: #696969. Windows color (decimal): -7709855 or 6380426. OLE color: 6380426.

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

Color convert

RGB1389197-
CMYK00.340.300.46
HSL352.34º20.52%44.9%-
HSV(B)352.34º34.06%54.12%-
XYZ16.3813.7513.1-
YUV105.74123.07151.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.33%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=42.33%
G=27.91%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138919700.340.300.46352.3420.5244.9
Hex8A5B610221E2E160152d
Octal21213314104236565402555
Binary100010101011011110000101000101111010111010110000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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