Html Css Color HEX #975566 Vin Rouge

📋 copy color: '#975566'

red 151 ◦ green 85 ◦ blue 102

#975566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #975566

Tints of Vin Rouge #975566

RGB

 RED value IS 151 (59.38% from 255) = 44.67%

 GREEN value IS 85 (33.59% from 255) = 25.15%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 44.67%
G = 25.15%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#975566 (or 0x975566) is known color: Vin Rouge. HEX triplet: 97, 55 and 66. RGB value is (151,85,102). Sum of RGB (Red+Green+Blue) = 151+85+102=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #975566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975566 is #68AA99. Grayscale: #6A6A6A. Windows color (decimal): -6859418 or 6706583. OLE color: 6706583.

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

Color convert

RGB 151 85 102 -
CMYK 0 0.44 0.32 0.41
HSL 344.55º 0.28% 0.46% -
HSV(B) 344.55º 0.44% 0.59% -
XYZ 18.41 14.04 14.31 -
YUV 106.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 151 85 102 0 0.44 0.32 0.41 344.55 0.28 0.46
Hex 97 55 66 0 2C 20 29 159 1C 2E
Octal 227 125 146 0 54 40 51 531 34 56
Binary 10010111 1010101 1100110 0 101100 100000 101001 101011001 11100 101110

Color Harmonies of #975566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975566

Black with #975566

Text Example


Text Example

White with #975566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975566; }

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

 H1.HeaderClassName
 {
   color: #975566;
 }
 .AnyTagClassName
 {
   color: #975566;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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