#97506D

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

Shades of Vin Rouge #97506D

Tints of Vin Rouge #97506D

Color information

#97506D (or 0x97506D) is unknown color: approx Vin Rouge. HEX triplet: 97, 50 and 6D. RGB value is (151,80,109). Sum of RGB (Red+Green+Blue) = 151+80+109=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #97506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97506D is #68AF92. Grayscale: #686868. Windows color (decimal): -6860691 or 7164055. OLE color: 7164055.

HSL color Cylindrical-coordinate representation of color #97506D: hue angle of 335.49º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97506D is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15180109-
CMYK00.470.280.41
HSL335.49º30.74%45.29%-
HSV(B)335.49º47.02%59.22%-
XYZ18.3913.4216.09-
YUV104.54130.52161.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=44.41%
G=23.53%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518010900.470.280.41335.4930.7445.29
Hex97506D02F1C2914f1f2d
Octal22712015505734515173755
Binary100101111010000110110101011111110010100110100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97506D; }

 p { color: rgb(151,80,109); }

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

<style>
 a { background-color: #97506D; }

 a { background-color: rgb(151,80,109); }

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

<style>
 span { border-color: #97506D; }

 span { border-color: rgb(151,80,109); }

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