#9B545F

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

Shades of Vin Rouge #9B545F

Tints of Vin Rouge #9B545F

Color information

#9B545F (or 0x9B545F) is unknown color: approx Vin Rouge. HEX triplet: 9B, 54 and 5F. RGB value is (155,84,95). Sum of RGB (Red+Green+Blue) = 155+84+95=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B545F is #64ABA0. Grayscale: #6A6A6A. Windows color (decimal): -6597537 or 6247579. OLE color: 6247579.

HSL color Cylindrical-coordinate representation of color #9B545F: hue angle of 350.7º 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 #9B545F is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB1558495-
CMYK00.460.390.39
HSL350.7º29.71%46.86%-
HSV(B)350.7º45.81%60.78%-
XYZ18.7514.1412.57-
YUV106.48121.52162.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=46.41%
G=25.15%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155849500.460.390.39350.729.7146.86
Hex9B545F02E272715f1e2f
Octal23312413705647475373657
Binary1001101110101001011111010111010011110011110101111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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