Html Css Color HEX #975966 Vin Rouge

📋 copy color: '#975966'

red 151 ◦ green 89 ◦ blue 102

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

Shades of Vin Rouge #975966

Tints of Vin Rouge #975966

RGB

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

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

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

R = 44.15%
G = 26.02%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#975966 (or 0x975966) is known color: Vin Rouge. HEX triplet: 97, 59 and 66. RGB value is (151,89,102). Sum of RGB (Red+Green+Blue) = 151+89+102=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #975966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975966 is #68A699. Grayscale: #6D6D6D. Windows color (decimal): -6858394 or 6707607. OLE color: 6707607.

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

Color convert

RGB 151 89 102 -
CMYK 0 0.41 0.32 0.41
HSL 347.42º 0.26% 0.47% -
HSV(B) 347.42º 0.41% 0.59% -
XYZ 18.73 14.68 14.42 -
YUV 109.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 151 89 102 0 0.41 0.32 0.41 347.42 0.26 0.47
Hex 97 59 66 0 29 20 29 15B 1A 2F
Octal 227 131 146 0 51 40 51 533 32 57
Binary 10010111 1011001 1100110 0 101001 100000 101001 101011011 11010 101111

Color Harmonies of #975966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975966

Black with #975966

Text Example


Text Example

White with #975966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975966; }

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

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

background-color css

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

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

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

border-color css

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

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

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