#975758

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

Shades of Vin Rouge #975758

Tints of Vin Rouge #975758

Color information

#975758 (or 0x975758) is unknown color: approx Vin Rouge. HEX triplet: 97, 57 and 58. RGB value is (151,87,88). Sum of RGB (Red+Green+Blue) = 151+87+88=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #975758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975758 is #68A8A7. Grayscale: #6A6A6A. Windows color (decimal): -6858920 or 5789591. OLE color: 5789591.

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

Color convert

RGB1518788-
CMYK00.420.420.41
HSL359.06º26.89%46.67%-
HSV(B)359.06º42.38%59.22%-
XYZ17.9314.111.01-
YUV106.25117.7159.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.32%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=46.32%
G=26.69%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151878800.420.420.41359.0626.8946.67
Hex97575802A2A291671b2f
Octal22712713005252515473357
Binary1001011110101111011000010101010101010100110110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975758; }

 p { color: rgb(151,87,88); }

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

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

 a { background-color: rgb(151,87,88); }

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

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

 span { border-color: rgb(151,87,88); }

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