Html Css Color HEX #975B5C Vin Rouge

📋 copy color: '#975B5C'

red 151 ◦ green 91 ◦ blue 92

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

Shades of Vin Rouge #975B5C

Tints of Vin Rouge #975B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 45.21%
G = 27.25%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#975B5C (or 0x975B5C) is known color: Vin Rouge. HEX triplet: 97, 5B and 5C. RGB value is (151,91,92). Sum of RGB (Red+Green+Blue) = 151+91+92=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #975B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B5C is #68A4A3. Grayscale: #6D6D6D. Windows color (decimal): -6857892 or 6052759. OLE color: 6052759.

HSL color Cylindrical-coordinate representation of color #975B5C: hue angle of 359º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975B5C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 91 92 -
CMYK 0 0.40 0.39 0.41
HSL 359º 0.25% 0.47% -
HSV(B) 359º 0.4% 0.59% -
XYZ 18.44 14.83 12.02 -
YUV 109.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 151 91 92 0 0.40 0.39 0.41 359 0.25 0.47
Hex 97 5B 5C 0 28 27 29 167 19 2F
Octal 227 133 134 0 50 47 51 547 31 57
Binary 10010111 1011011 1011100 0 101000 100111 101001 101100111 11001 101111

Color Harmonies of #975B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B5C

Black with #975B5C

Text Example


Text Example

White with #975B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,91,92); }

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

background-color css

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

 a { background-color: rgb(151,91,92); }

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

border-color css

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

 span { border-color: rgb(151,91,92); }

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