#9B545B

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

Shades of Vin Rouge #9B545B

Tints of Vin Rouge #9B545B

Color information

#9B545B (or 0x9B545B) is unknown color: approx Vin Rouge. HEX triplet: 9B, 54 and 5B. RGB value is (155,84,91). Sum of RGB (Red+Green+Blue) = 155+84+91=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B545B is #64ABA4. Grayscale: #6A6A6A. Windows color (decimal): -6597541 or 5985435. OLE color: 5985435.

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

Color convert

RGB1558491-
CMYK00.460.410.39
HSL354.08º29.71%46.86%-
HSV(B)354.08º45.81%60.78%-
XYZ18.5814.0611.63-
YUV106.03119.52162.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=46.97%
G=25.45%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155849100.460.410.39354.0829.7146.86
Hex9B545B02E29271621e2f
Octal23312413305651475423657
Binary1001101110101001011011010111010100110011110110001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,91); }

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

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

 a { background-color: rgb(155,84,91); }

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

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

 span { border-color: rgb(155,84,91); }

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