#97576A

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

Shades of Vin Rouge #97576A

Tints of Vin Rouge #97576A

Color information

#97576A (or 0x97576A) is unknown color: approx Vin Rouge. HEX triplet: 97, 57 and 6A. RGB value is (151,87,106). Sum of RGB (Red+Green+Blue) = 151+87+106=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #97576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97576A is #68A895. Grayscale: #6C6C6C. Windows color (decimal): -6858902 or 6969239. OLE color: 6969239.

HSL color Cylindrical-coordinate representation of color #97576A: hue angle of 342.19º 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 #97576A is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15187106-
CMYK00.420.300.41
HSL342.19º26.89%46.67%-
HSV(B)342.19º42.38%59.22%-
XYZ18.7714.4415.43-
YUV108.3126.7158.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.90%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=43.90%
G=25.29%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518710600.420.300.41342.1926.8946.67
Hex97576A02A1E291561b2f
Octal22712715205236515263357
Binary100101111010111110101001010101111010100110101011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97576A; }

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

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

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

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

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

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

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

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