#935B5F

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

Shades of Vin Rouge #935B5F

Tints of Vin Rouge #935B5F

Color information

#935B5F (or 0x935B5F) is unknown color: approx Vin Rouge. HEX triplet: 93, 5B and 5F. RGB value is (147,91,95). Sum of RGB (Red+Green+Blue) = 147+91+95=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #935B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B5F is #6CA4A0. Grayscale: #6C6C6C. Windows color (decimal): -7120033 or 6249363. OLE color: 6249363.

HSL color Cylindrical-coordinate representation of color #935B5F: hue angle of 355.71º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #935B5F is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1479195-
CMYK00.380.350.42
HSL355.71º23.53%46.67%-
HSV(B)355.71º38.1%57.65%-
XYZ17.8414.5112.69-
YUV108.2120.55155.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.14%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=44.14%
G=27.33%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147919500.380.350.42355.7123.5346.67
Hex935B5F026232A164182f
Octal22313313704643525443057
Binary1001001110110111011111010011010001110101010110010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935B5F; }

 p { color: rgb(147,91,95); }

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

<style>
 a { background-color: #935B5F; }

 a { background-color: rgb(147,91,95); }

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

<style>
 span { border-color: #935B5F; }

 span { border-color: rgb(147,91,95); }

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