Html Css Color HEX #975D64 Vin Rouge

📋 copy color: '#975D64'

red 151 ◦ green 93 ◦ blue 100

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

Shades of Vin Rouge #975D64

Tints of Vin Rouge #975D64

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 43.9%
G = 27.03%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#975D64 (or 0x975D64) is known color: Vin Rouge. HEX triplet: 97, 5D and 64. RGB value is (151,93,100). Sum of RGB (Red+Green+Blue) = 151+93+100=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #975D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975D64 is #68A29B. Grayscale: #6F6F6F. Windows color (decimal): -6857372 or 6577559. OLE color: 6577559.

HSL color Cylindrical-coordinate representation of color #975D64: hue angle of 352.76º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #975D64 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 93 100 -
CMYK 0 0.38 0.34 0.41
HSL 352.76º 0.24% 0.48% -
HSV(B) 352.76º 0.38% 0.59% -
XYZ 18.98 15.33 14.02 -
YUV 111.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 151 93 100 0 0.38 0.34 0.41 352.76 0.24 0.48
Hex 97 5D 64 0 26 22 29 161 18 30
Octal 227 135 144 0 46 42 51 541 30 60
Binary 10010111 1011101 1100100 0 100110 100010 101001 101100001 11000 110000

Color Harmonies of #975D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D64

Black with #975D64

Text Example


Text Example

White with #975D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975D64; }

 p { color: rgb(151,93,100); }

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

background-color css

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

 a { background-color: rgb(151,93,100); }

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

border-color css

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

 span { border-color: rgb(151,93,100); }

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