#97525A

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

Shades of Vin Rouge #97525A

Tints of Vin Rouge #97525A

Color information

#97525A (or 0x97525A) is unknown color: approx Vin Rouge. HEX triplet: 97, 52 and 5A. RGB value is (151,82,90). Sum of RGB (Red+Green+Blue) = 151+82+90=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #97525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97525A is #68ADA5. Grayscale: #676767. Windows color (decimal): -6860198 or 5919383. OLE color: 5919383.

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

Color convert

RGB1518290-
CMYK00.460.400.41
HSL353.04º29.61%45.69%-
HSV(B)353.04º45.7%59.22%-
XYZ17.6313.3511.32-
YUV103.54120.36161.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.75%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=46.75%
G=25.39%
B=27.86%

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
Decimal151829000.460.400.41353.0429.6145.69
Hex97525A02E28291611e2e
Octal22712213205650515413656
Binary1001011110100101011010010111010100010100110110000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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