#97536F

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

Shades of Vin Rouge #97536F

Tints of Vin Rouge #97536F

Color information

#97536F (or 0x97536F) is unknown color: approx Vin Rouge. HEX triplet: 97, 53 and 6F. RGB value is (151,83,111). Sum of RGB (Red+Green+Blue) = 151+83+111=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97536F is #68AC90. Grayscale: #6A6A6A. Windows color (decimal): -6859921 or 7295895. OLE color: 7295895.

HSL color Cylindrical-coordinate representation of color #97536F: hue angle of 335.29º 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 #97536F is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15183111-
CMYK00.450.260.41
HSL335.29º29.06%45.88%-
HSV(B)335.29º45.03%59.22%-
XYZ18.7313.9116.74-
YUV106.52130.53159.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=43.77%
G=24.06%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518311100.450.260.41335.2929.0645.88
Hex97536F02D1A2914f1d2e
Octal22712315705532515173556
Binary100101111010011110111101011011101010100110100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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