#935266

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

Shades of Vin Rouge #935266

Tints of Vin Rouge #935266

Color information

#935266 (or 0x935266) is unknown color: approx Vin Rouge. HEX triplet: 93, 52 and 66. RGB value is (147,82,102). Sum of RGB (Red+Green+Blue) = 147+82+102=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #935266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935266 is #6CAD99. Grayscale: #676767. Windows color (decimal): -7122330 or 6705811. OLE color: 6705811.

HSL color Cylindrical-coordinate representation of color #935266: hue angle of 341.54º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935266 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14782102-
CMYK00.440.310.42
HSL341.54º28.38%44.9%-
HSV(B)341.54º44.22%57.65%-
XYZ17.4513.214.2-
YUV103.71127.03158.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=44.41%
G=24.77%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478210200.440.310.42341.5428.3844.9
Hex93526602C1F2A1561c2d
Octal22312214605437525263455
Binary100100111010010110011001011001111110101010101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935266; }

 p { color: rgb(147,82,102); }

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

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

 a { background-color: rgb(147,82,102); }

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

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

 span { border-color: rgb(147,82,102); }

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