#9A535E

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

Shades of Vin Rouge #9A535E

Tints of Vin Rouge #9A535E

Color information

#9A535E (or 0x9A535E) is unknown color: approx Vin Rouge. HEX triplet: 9A, 53 and 5E. RGB value is (154,83,94). Sum of RGB (Red+Green+Blue) = 154+83+94=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A535E is #65ACA1. Grayscale: #696969. Windows color (decimal): -6663330 or 6181786. OLE color: 6181786.

HSL color Cylindrical-coordinate representation of color #9A535E: hue angle of 350.7º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A535E is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1548394-
CMYK00.460.390.40
HSL350.7º29.96%46.47%-
HSV(B)350.7º46.1%60.39%-
XYZ18.4413.8612.29-
YUV105.48121.52162.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=46.53%
G=25.08%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154839400.460.390.40350.729.9646.47
Hex9A535E02E272815f1e2e
Octal23212313605647505373656
Binary1001101010100111011110010111010011110100010101111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A535E; }

 p { color: rgb(154,83,94); }

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

<style>
 a { background-color: #9A535E; }

 a { background-color: rgb(154,83,94); }

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

<style>
 span { border-color: #9A535E; }

 span { border-color: rgb(154,83,94); }

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