#97525B

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

Shades of Vin Rouge #97525B

Tints of Vin Rouge #97525B

Color information

#97525B (or 0x97525B) is unknown color: approx Vin Rouge. HEX triplet: 97, 52 and 5B. RGB value is (151,82,91). Sum of RGB (Red+Green+Blue) = 151+82+91=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #97525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97525B is #68ADA4. Grayscale: #676767. Windows color (decimal): -6860197 or 5984919. OLE color: 5984919.

HSL color Cylindrical-coordinate representation of color #97525B: hue angle of 352.17º 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 #97525B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1518291-
CMYK00.460.400.41
HSL352.17º29.61%45.69%-
HSV(B)352.17º45.7%59.22%-
XYZ17.6713.3711.55-
YUV103.66120.86161.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.60%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=46.60%
G=25.31%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151829100.460.400.41352.1729.6145.69
Hex97525B02E28291601e2e
Octal22712213305650515403656
Binary1001011110100101011011010111010100010100110110000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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