Html Css Color HEX #9D535C Vin Rouge

📋 copy color: '#9D535C'

red 157 ◦ green 83 ◦ blue 92

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

Shades of Vin Rouge #9D535C

Tints of Vin Rouge #9D535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25%

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

R = 47.29%
G = 25%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D535C (or 0x9D535C) is known color: Vin Rouge. HEX triplet: 9D, 53 and 5C. RGB value is (157,83,92). Sum of RGB (Red+Green+Blue) = 157+83+92=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D535C is #62ACA3. Grayscale: #6A6A6A. Windows color (decimal): -6466724 or 6050717. OLE color: 6050717.

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

Color convert

RGB 157 83 92 -
CMYK 0 0.47 0.41 0.38
HSL 352.7º 0.31% 0.47% -
HSV(B) 352.7º 0.47% 0.62% -
XYZ 18.93 14.13 11.85 -
YUV 106.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 157 83 92 0 0.47 0.41 0.38 352.7 0.31 0.47
Hex 9D 53 5C 0 2F 29 26 161 1F 2F
Octal 235 123 134 0 57 51 46 541 37 57
Binary 10011101 1010011 1011100 0 101111 101001 100110 101100001 11111 101111

Color Harmonies of #9D535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D535C

Black with #9D535C

Text Example


Text Example

White with #9D535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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