#97536A

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

Shades of Vin Rouge #97536A

Tints of Vin Rouge #97536A

Color information

#97536A (or 0x97536A) is unknown color: approx Vin Rouge. HEX triplet: 97, 53 and 6A. RGB value is (151,83,106). Sum of RGB (Red+Green+Blue) = 151+83+106=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #97536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97536A is #68AC95. Grayscale: #696969. Windows color (decimal): -6859926 or 6968215. OLE color: 6968215.

HSL color Cylindrical-coordinate representation of color #97536A: hue angle of 339.71º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97536A is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15183106-
CMYK00.450.300.41
HSL339.71º29.06%45.88%-
HSV(B)339.71º45.03%59.22%-
XYZ18.4613.8115.33-
YUV105.95128.03160.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=44.41%
G=24.41%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518310600.450.300.41339.7129.0645.88
Hex97536A02D1E291541d2e
Octal22712315205536515243556
Binary100101111010011110101001011011111010100110101010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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