#97525E

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

Shades of Vin Rouge #97525E

Tints of Vin Rouge #97525E

Color information

#97525E (or 0x97525E) is unknown color: approx Vin Rouge. HEX triplet: 97, 52 and 5E. RGB value is (151,82,94). Sum of RGB (Red+Green+Blue) = 151+82+94=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #97525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97525E is #68ADA1. Grayscale: #686868. Windows color (decimal): -6860194 or 6181527. OLE color: 6181527.

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

Color convert

RGB1518294-
CMYK00.460.380.41
HSL349.57º29.61%45.69%-
HSV(B)349.57º45.7%59.22%-
XYZ17.813.4212.24-
YUV104122.36161.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=46.18%
G=25.08%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151829400.460.380.41349.5729.6145.69
Hex97525E02E262915e1e2e
Octal22712213605646515363656
Binary1001011110100101011110010111010011010100110101111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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