Html Css Color HEX #975460 Vin Rouge

📋 copy color: '#975460'

red 151 ◦ green 84 ◦ blue 96

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

Shades of Vin Rouge #975460

Tints of Vin Rouge #975460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.38%

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

R = 45.62%
G = 25.38%
B = 29%

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

#975460 (or 0x975460) is known color: Vin Rouge. HEX triplet: 97, 54 and 60. RGB value is (151,84,96). Sum of RGB (Red+Green+Blue) = 151+84+96=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #975460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975460 is #68AB9F. Grayscale: #696969. Windows color (decimal): -6859680 or 6313111. OLE color: 6313111.

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

Color convert

RGB 151 84 96 -
CMYK 0 0.44 0.36 0.41
HSL 349.25º 0.29% 0.46% -
HSV(B) 349.25º 0.44% 0.59% -
XYZ 18.04 13.76 12.77 -
YUV 105.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 151 84 96 0 0.44 0.36 0.41 349.25 0.29 0.46
Hex 97 54 60 0 2C 24 29 15D 1D 2E
Octal 227 124 140 0 54 44 51 535 35 56
Binary 10010111 1010100 1100000 0 101100 100100 101001 101011101 11101 101110

Color Harmonies of #975460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975460

Black with #975460

Text Example


Text Example

White with #975460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975460; }

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

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

background-color css

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

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

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

border-color css

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

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

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