#935E5F

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

Shades of Vin Rouge #935E5F

Tints of Vin Rouge #935E5F

Color information

#935E5F (or 0x935E5F) is unknown color: approx Vin Rouge. HEX triplet: 93, 5E and 5F. RGB value is (147,94,95). Sum of RGB (Red+Green+Blue) = 147+94+95=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #935E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E5F is #6CA1A0. Grayscale: #6E6E6E. Windows color (decimal): -7119265 or 6250131. OLE color: 6250131.

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

Color convert

RGB1479495-
CMYK00.360.350.42
HSL358.87º21.99%47.25%-
HSV(B)358.87º36.05%57.65%-
XYZ18.115.0312.77-
YUV109.96119.56154.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=43.75%
G=27.98%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147949500.360.350.42358.8721.9947.25
Hex935E5F024232A167162f
Octal22313613704443525472657
Binary1001001110111101011111010010010001110101010110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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