#975165

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

Shades of Vin Rouge #975165

Tints of Vin Rouge #975165

Color information

#975165 (or 0x975165) is unknown color: approx Vin Rouge. HEX triplet: 97, 51 and 65. RGB value is (151,81,101). Sum of RGB (Red+Green+Blue) = 151+81+101=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #975165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975165 is #68AE9A. Grayscale: #686868. Windows color (decimal): -6860443 or 6640023. OLE color: 6640023.

HSL color Cylindrical-coordinate representation of color #975165: hue angle of 342.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975165 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15181101-
CMYK00.460.330.41
HSL342.86º30.17%45.49%-
HSV(B)342.86º46.36%59.22%-
XYZ18.0513.413.95-
YUV104.21126.19161.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=45.35%
G=24.32%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518110100.460.330.41342.8630.1745.49
Hex97516502E21291571e2d
Octal22712114505641515273655
Binary1001011110100011100101010111010000110100110101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975165; }

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

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

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

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

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

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

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

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