#935A5F

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

Shades of Vin Rouge #935A5F

Tints of Vin Rouge #935A5F

Color information

#935A5F (or 0x935A5F) is unknown color: approx Vin Rouge. HEX triplet: 93, 5A and 5F. RGB value is (147,90,95). Sum of RGB (Red+Green+Blue) = 147+90+95=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #935A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A5F is #6CA5A0. Grayscale: #6B6B6B. Windows color (decimal): -7120289 or 6249107. OLE color: 6249107.

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

Color convert

RGB1479095-
CMYK00.390.350.42
HSL354.74º24.05%46.47%-
HSV(B)354.74º38.78%57.65%-
XYZ17.7514.3412.66-
YUV107.61120.88156.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=44.28%
G=27.11%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147909500.390.350.42354.7424.0546.47
Hex935A5F027232A163182e
Octal22313213704743525433056
Binary1001001110110101011111010011110001110101010110001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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