Html Css Color HEX #9D536C Vin Rouge

📋 copy color: '#9D536C'

red 157 ◦ green 83 ◦ blue 108

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

Shades of Vin Rouge #9D536C

Tints of Vin Rouge #9D536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 45.11%
G = 23.85%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D536C (or 0x9D536C) is known color: Vin Rouge. HEX triplet: 9D, 53 and 6C. RGB value is (157,83,108). Sum of RGB (Red+Green+Blue) = 157+83+108=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D536C is #62AC93. Grayscale: #6B6B6B. Windows color (decimal): -6466708 or 7099293. OLE color: 7099293.

HSL color Cylindrical-coordinate representation of color #9D536C: hue angle of 339.73º 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 #9D536C is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 83 108 -
CMYK 0 0.47 0.31 0.38
HSL 339.73º 0.31% 0.47% -
HSV(B) 339.73º 0.47% 0.62% -
XYZ 19.7 14.44 15.94 -
YUV 107.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 157 83 108 0 0.47 0.31 0.38 339.73 0.31 0.47
Hex 9D 53 6C 0 2F 1F 26 154 1F 2F
Octal 235 123 154 0 57 37 46 524 37 57
Binary 10011101 1010011 1101100 0 101111 11111 100110 101010100 11111 101111

Color Harmonies of #9D536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D536C

Black with #9D536C

Text Example


Text Example

White with #9D536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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