#975A68

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

Shades of Vin Rouge #975A68

Tints of Vin Rouge #975A68

Color information

#975A68 (or 0x975A68) is unknown color: approx Vin Rouge. HEX triplet: 97, 5A and 68. RGB value is (151,90,104). Sum of RGB (Red+Green+Blue) = 151+90+104=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #975A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A68 is #68A597. Grayscale: #6D6D6D. Windows color (decimal): -6858136 or 6838935. OLE color: 6838935.

HSL color Cylindrical-coordinate representation of color #975A68: hue angle of 346.23º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A68 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15190104-
CMYK00.400.310.41
HSL346.23º25.31%47.25%-
HSV(B)346.23º40.4%59.22%-
XYZ18.9214.8914.97-
YUV109.84124.71157.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=43.77%
G=26.09%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519010400.400.310.41346.2325.3147.25
Hex975A680281F2915a192f
Octal22713215005037515323157
Binary100101111011010110100001010001111110100110101101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975A68; }

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

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

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

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

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

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

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

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