#975358

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

Shades of Vin Rouge #975358

Tints of Vin Rouge #975358

Color information

#975358 (or 0x975358) is unknown color: approx Vin Rouge. HEX triplet: 97, 53 and 58. RGB value is (151,83,88). Sum of RGB (Red+Green+Blue) = 151+83+88=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #975358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975358 is #68ACA7. Grayscale: #676767. Windows color (decimal): -6859944 or 5788567. OLE color: 5788567.

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

Color convert

RGB1518388-
CMYK00.450.420.41
HSL355.59º29.06%45.88%-
HSV(B)355.59º45.03%59.22%-
XYZ17.6213.4710.9-
YUV103.9119.03161.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=46.89%
G=25.78%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151838800.450.420.41355.5929.0645.88
Hex97535802D2A291641d2e
Octal22712313005552515443556
Binary1001011110100111011000010110110101010100110110010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975358; }

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

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

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

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

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

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

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

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