#975360

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

Shades of Vin Rouge #975360

Tints of Vin Rouge #975360

Color information

#975360 (or 0x975360) is unknown color: approx Vin Rouge. HEX triplet: 97, 53 and 60. RGB value is (151,83,96). Sum of RGB (Red+Green+Blue) = 151+83+96=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #975360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975360 is #68AC9F. Grayscale: #686868. Windows color (decimal): -6859936 or 6312855. OLE color: 6312855.

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

Color convert

RGB1518396-
CMYK00.450.360.41
HSL348.53º29.06%45.88%-
HSV(B)348.53º45.03%59.22%-
XYZ17.9713.6112.75-
YUV104.81123.03160.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=45.76%
G=25.15%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151839600.450.360.41348.5329.0645.88
Hex97536002D242915d1d2e
Octal22712314005544515353556
Binary1001011110100111100000010110110010010100110101110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975360; }

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

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

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

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

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

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

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

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