#97575B

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

Shades of Vin Rouge #97575B

Tints of Vin Rouge #97575B

Color information

#97575B (or 0x97575B) is unknown color: approx Vin Rouge. HEX triplet: 97, 57 and 5B. RGB value is (151,87,91). Sum of RGB (Red+Green+Blue) = 151+87+91=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97575B is #68A8A4. Grayscale: #6A6A6A. Windows color (decimal): -6858917 or 5986199. OLE color: 5986199.

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

Color convert

RGB1518791-
CMYK00.420.400.41
HSL356.25º26.89%46.67%-
HSV(B)356.25º42.38%59.22%-
XYZ18.0614.1511.68-
YUV106.59119.2159.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=45.90%
G=26.44%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151879100.420.400.41356.2526.8946.67
Hex97575B02A28291641b2f
Octal22712713305250515443357
Binary1001011110101111011011010101010100010100110110010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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