#975569

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

Shades of Vin Rouge #975569

Tints of Vin Rouge #975569

Color information

#975569 (or 0x975569) is unknown color: approx Vin Rouge. HEX triplet: 97, 55 and 69. RGB value is (151,85,105). Sum of RGB (Red+Green+Blue) = 151+85+105=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #975569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975569 is #68AA96. Grayscale: #6A6A6A. Windows color (decimal): -6859415 or 6903191. OLE color: 6903191.

HSL color Cylindrical-coordinate representation of color #975569: hue angle of 341.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975569 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15185105-
CMYK00.440.300.41
HSL341.82º27.97%46.27%-
HSV(B)341.82º43.71%59.22%-
XYZ18.5614.115.11-
YUV107.01126.87159.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=44.28%
G=24.93%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518510500.440.300.41341.8227.9746.27
Hex97556902C1E291561c2e
Octal22712515105436515263456
Binary100101111010101110100101011001111010100110101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975569; }

 p { color: rgb(151,85,105); }

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

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

 a { background-color: rgb(151,85,105); }

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

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

 span { border-color: rgb(151,85,105); }

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