Html Css Color HEX #975665 Vin Rouge

📋 copy color: '#975665'

red 151 ◦ green 86 ◦ blue 101

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

Shades of Vin Rouge #975665

Tints of Vin Rouge #975665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 44.67%
G = 25.44%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#975665 (or 0x975665) is known color: Vin Rouge. HEX triplet: 97, 56 and 65. RGB value is (151,86,101). Sum of RGB (Red+Green+Blue) = 151+86+101=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #975665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975665 is #68A99A. Grayscale: #6B6B6B. Windows color (decimal): -6859163 or 6641303. OLE color: 6641303.

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

Color convert

RGB 151 86 101 -
CMYK 0 0.43 0.33 0.41
HSL 346.15º 0.27% 0.46% -
HSV(B) 346.15º 0.43% 0.59% -
XYZ 18.44 14.17 14.08 -
YUV 107.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 151 86 101 0 0.43 0.33 0.41 346.15 0.27 0.46
Hex 97 56 65 0 2B 21 29 15A 1B 2E
Octal 227 126 145 0 53 41 51 532 33 56
Binary 10010111 1010110 1100101 0 101011 100001 101001 101011010 11011 101110

Color Harmonies of #975665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975665

Black with #975665

Text Example


Text Example

White with #975665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975665; }

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

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

background-color css

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

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

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

border-color css

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

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

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