Html Css Color HEX #9D5B5C Vin Rouge

📋 copy color: '#9D5B5C'

red 157 ◦ green 91 ◦ blue 92

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

Shades of Vin Rouge #9D5B5C

Tints of Vin Rouge #9D5B5C

RGB

 RED value IS 157 (61.72% from 255) = 46.18%

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

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

R = 46.18%
G = 26.76%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D5B5C (or 0x9D5B5C) is known color: Vin Rouge. HEX triplet: 9D, 5B and 5C. RGB value is (157,91,92). Sum of RGB (Red+Green+Blue) = 157+91+92=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B5C is #62A4A3. Grayscale: #6E6E6E. Windows color (decimal): -6464676 or 6052765. OLE color: 6052765.

HSL color Cylindrical-coordinate representation of color #9D5B5C: hue angle of 359.09º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D5B5C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 91 92 -
CMYK 0 0.42 0.41 0.38
HSL 359.09º 0.27% 0.49% -
HSV(B) 359.09º 0.42% 0.62% -
XYZ 19.58 15.42 12.07 -
YUV 110.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 157 91 92 0 0.42 0.41 0.38 359.09 0.27 0.49
Hex 9D 5B 5C 0 2A 29 26 167 1B 31
Octal 235 133 134 0 52 51 46 547 33 61
Binary 10011101 1011011 1011100 0 101010 101001 100110 101100111 11011 110001

Color Harmonies of #9D5B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5B5C

Black with #9D5B5C

Text Example


Text Example

White with #9D5B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D5B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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