#935E62

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

Shades of Vin Rouge #935E62

Tints of Vin Rouge #935E62

Color information

#935E62 (or 0x935E62) is unknown color: approx Vin Rouge. HEX triplet: 93, 5E and 62. RGB value is (147,94,98). Sum of RGB (Red+Green+Blue) = 147+94+98=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #935E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E62 is #6CA19D. Grayscale: #6E6E6E. Windows color (decimal): -7119262 or 6446739. OLE color: 6446739.

HSL color Cylindrical-coordinate representation of color #935E62: hue angle of 355.47º 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 #935E62 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB1479498-
CMYK00.360.330.42
HSL355.47º21.99%47.25%-
HSV(B)355.47º36.05%57.65%-
XYZ18.2415.0913.51-
YUV110.3121.06154.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=43.36%
G=27.73%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147949800.360.330.42355.4721.9947.25
Hex935E62024212A163162f
Octal22313614204441525432657
Binary1001001110111101100010010010010000110101010110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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