#935165

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

Shades of Vin Rouge #935165

Tints of Vin Rouge #935165

Color information

#935165 (or 0x935165) is unknown color: approx Vin Rouge. HEX triplet: 93, 51 and 65. RGB value is (147,81,101). Sum of RGB (Red+Green+Blue) = 147+81+101=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #935165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935165 is #6CAE9A. Grayscale: #676767. Windows color (decimal): -7122587 or 6640019. OLE color: 6640019.

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

Color convert

RGB14781101-
CMYK00.450.310.42
HSL341.82º28.95%44.71%-
HSV(B)341.82º44.9%57.65%-
XYZ17.3213.0313.91-
YUV103.01126.87159.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=44.68%
G=24.62%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478110100.450.310.42341.8228.9544.71
Hex93516502D1F2A1561d2d
Octal22312114505537525263555
Binary100100111010001110010101011011111110101010101011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935165; }

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

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

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

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

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

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

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

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