Html Css Color HEX #975766 Vin Rouge

📋 copy color: '#975766'

red 151 ◦ green 87 ◦ blue 102

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

Shades of Vin Rouge #975766

Tints of Vin Rouge #975766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

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

R = 44.41%
G = 25.59%
B = 30%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#975766 (or 0x975766) is known color: Vin Rouge. HEX triplet: 97, 57 and 66. RGB value is (151,87,102). Sum of RGB (Red+Green+Blue) = 151+87+102=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #975766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975766 is #68A899. Grayscale: #6B6B6B. Windows color (decimal): -6858906 or 6707095. OLE color: 6707095.

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

Color convert

RGB 151 87 102 -
CMYK 0 0.42 0.32 0.41
HSL 345.94º 0.27% 0.47% -
HSV(B) 345.94º 0.42% 0.59% -
XYZ 18.57 14.36 14.36 -
YUV 107.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 151 87 102 0 0.42 0.32 0.41 345.94 0.27 0.47
Hex 97 57 66 0 2A 20 29 15A 1B 2F
Octal 227 127 146 0 52 40 51 532 33 57
Binary 10010111 1010111 1100110 0 101010 100000 101001 101011010 11011 101111

Color Harmonies of #975766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975766

Black with #975766

Text Example


Text Example

White with #975766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975766; }

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

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

background-color css

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

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

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

border-color css

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

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

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