#97505B

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

Shades of Vin Rouge #97505B

Tints of Vin Rouge #97505B

Color information

#97505B (or 0x97505B) is unknown color: approx Vin Rouge. HEX triplet: 97, 50 and 5B. RGB value is (151,80,91). Sum of RGB (Red+Green+Blue) = 151+80+91=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #97505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97505B is #68AFA4. Grayscale: #666666. Windows color (decimal): -6860709 or 5984407. OLE color: 5984407.

HSL color Cylindrical-coordinate representation of color #97505B: hue angle of 350.7º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97505B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1518091-
CMYK00.470.400.41
HSL350.7º30.74%45.29%-
HSV(B)350.7º47.02%59.22%-
XYZ17.5213.0711.5-
YUV102.48121.52162.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=46.89%
G=24.84%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151809100.470.400.41350.730.7445.29
Hex97505B02F282915f1f2d
Octal22712013305750515373755
Binary1001011110100001011011010111110100010100110101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97505B; }

 p { color: rgb(151,80,91); }

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

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

 a { background-color: rgb(151,80,91); }

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

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

 span { border-color: rgb(151,80,91); }

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