#935265

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

Shades of Vin Rouge #935265

Tints of Vin Rouge #935265

Color information

#935265 (or 0x935265) is unknown color: approx Vin Rouge. HEX triplet: 93, 52 and 65. RGB value is (147,82,101). Sum of RGB (Red+Green+Blue) = 147+82+101=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #935265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935265 is #6CAD9A. Grayscale: #676767. Windows color (decimal): -7122331 or 6640275. OLE color: 6640275.

HSL color Cylindrical-coordinate representation of color #935265: hue angle of 342.46º 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 #935265 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14782101-
CMYK00.440.310.42
HSL342.46º28.38%44.9%-
HSV(B)342.46º44.22%57.65%-
XYZ17.413.1813.94-
YUV103.6126.53158.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=44.55%
G=24.85%
B=30.61%

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
Decimal1478210100.440.310.42342.4628.3844.9
Hex93526502C1F2A1561c2d
Octal22312214505437525263455
Binary100100111010010110010101011001111110101010101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935265; }

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

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

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

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

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

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

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

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