#97525C

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

Shades of Vin Rouge #97525C

Tints of Vin Rouge #97525C

Color information

#97525C (or 0x97525C) is unknown color: approx Vin Rouge. HEX triplet: 97, 52 and 5C. RGB value is (151,82,92). Sum of RGB (Red+Green+Blue) = 151+82+92=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #97525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97525C is #68ADA3. Grayscale: #676767. Windows color (decimal): -6860196 or 6050455. OLE color: 6050455.

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

Color convert

RGB1518292-
CMYK00.460.390.41
HSL351.3º29.61%45.69%-
HSV(B)351.3º45.7%59.22%-
XYZ17.7113.3911.78-
YUV103.77121.36161.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=46.46%
G=25.23%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151829200.460.390.41351.329.6145.69
Hex97525C02E272915f1e2e
Octal22712213405647515373656
Binary1001011110100101011100010111010011110100110101111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97525C; }

 p { color: rgb(151,82,92); }

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

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

 a { background-color: rgb(151,82,92); }

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

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

 span { border-color: rgb(151,82,92); }

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