#975368

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

Shades of Vin Rouge #975368

Tints of Vin Rouge #975368

Color information

#975368 (or 0x975368) is unknown color: approx Vin Rouge. HEX triplet: 97, 53 and 68. RGB value is (151,83,104). Sum of RGB (Red+Green+Blue) = 151+83+104=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #975368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975368 is #68AC97. Grayscale: #696969. Windows color (decimal): -6859928 or 6837143. OLE color: 6837143.

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

Color convert

RGB15183104-
CMYK00.450.310.41
HSL341.47º29.06%45.88%-
HSV(B)341.47º45.03%59.22%-
XYZ18.3513.7714.79-
YUV105.73127.03160.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.67%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=44.67%
G=24.56%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518310400.450.310.41341.4729.0645.88
Hex97536802D1F291551d2e
Octal22712315005537515253556
Binary100101111010011110100001011011111110100110101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975368; }

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

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

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

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

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

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

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

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