Html Css Color HEX #975668 Vin Rouge

📋 copy color: '#975668'

red 151 ◦ green 86 ◦ blue 104

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

Shades of Vin Rouge #975668

Tints of Vin Rouge #975668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

 BLUE value IS 104 (41.02% from 255) = 30.5%

R = 44.28%
G = 25.22%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#975668 (or 0x975668) is known color: Vin Rouge. HEX triplet: 97, 56 and 68. RGB value is (151,86,104). Sum of RGB (Red+Green+Blue) = 151+86+104=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #975668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975668 is #68A997. Grayscale: #6B6B6B. Windows color (decimal): -6859160 or 6837911. OLE color: 6837911.

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

Color convert

RGB 151 86 104 -
CMYK 0 0.43 0.31 0.41
HSL 343.38º 0.27% 0.46% -
HSV(B) 343.38º 0.43% 0.59% -
XYZ 18.59 14.23 14.86 -
YUV 107.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 151 86 104 0 0.43 0.31 0.41 343.38 0.27 0.46
Hex 97 56 68 0 2B 1F 29 157 1B 2E
Octal 227 126 150 0 53 37 51 527 33 56
Binary 10010111 1010110 1101000 0 101011 11111 101001 101010111 11011 101110

Color Harmonies of #975668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975668

Black with #975668

Text Example


Text Example

White with #975668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975668; }

 p { color: rgb(151,86,104); }

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

background-color css

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

 a { background-color: rgb(151,86,104); }

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

border-color css

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

 span { border-color: rgb(151,86,104); }

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