Html Css Color HEX #975960 Vin Rouge

📋 copy color: '#975960'

red 151 ◦ green 89 ◦ blue 96

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

Shades of Vin Rouge #975960

Tints of Vin Rouge #975960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

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

R = 44.94%
G = 26.49%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#975960 (or 0x975960) is known color: Vin Rouge. HEX triplet: 97, 59 and 60. RGB value is (151,89,96). Sum of RGB (Red+Green+Blue) = 151+89+96=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #975960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975960 is #68A69F. Grayscale: #6C6C6C. Windows color (decimal): -6858400 or 6314391. OLE color: 6314391.

HSL color Cylindrical-coordinate representation of color #975960: hue angle of 353.23º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #975960 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 96 -
CMYK 0 0.41 0.36 0.41
HSL 353.23º 0.26% 0.47% -
HSV(B) 353.23º 0.41% 0.59% -
XYZ 18.45 14.57 12.91 -
YUV 108.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 151 89 96 0 0.41 0.36 0.41 353.23 0.26 0.47
Hex 97 59 60 0 29 24 29 161 1A 2F
Octal 227 131 140 0 51 44 51 541 32 57
Binary 10010111 1011001 1100000 0 101001 100100 101001 101100001 11010 101111

Color Harmonies of #975960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975960

Black with #975960

Text Example


Text Example

White with #975960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975960; }

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

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

background-color css

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

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

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

border-color css

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

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

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