Html Css Color HEX #975560 Vin Rouge

📋 copy color: '#975560'

red 151 ◦ green 85 ◦ blue 96

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

Shades of Vin Rouge #975560

Tints of Vin Rouge #975560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 45.48%
G = 25.6%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#975560 (or 0x975560) is known color: Vin Rouge. HEX triplet: 97, 55 and 60. RGB value is (151,85,96). Sum of RGB (Red+Green+Blue) = 151+85+96=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #975560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975560 is #68AA9F. Grayscale: #6A6A6A. Windows color (decimal): -6859424 or 6313367. OLE color: 6313367.

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

Color convert

RGB 151 85 96 -
CMYK 0 0.44 0.36 0.41
HSL 350º 0.28% 0.46% -
HSV(B) 350º 0.44% 0.59% -
XYZ 18.12 13.92 12.8 -
YUV 105.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 151 85 96 0 0.44 0.36 0.41 350 0.28 0.46
Hex 97 55 60 0 2C 24 29 15E 1C 2E
Octal 227 125 140 0 54 44 51 536 34 56
Binary 10010111 1010101 1100000 0 101100 100100 101001 101011110 11100 101110

Color Harmonies of #975560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975560

Black with #975560

Text Example


Text Example

White with #975560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975560; }

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

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

background-color css

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

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

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

border-color css

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

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

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