Html Css Color HEX #9B516D Vin Rouge

📋 copy color: '#9B516D'

red 155 ◦ green 81 ◦ blue 109

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

Shades of Vin Rouge #9B516D

Tints of Vin Rouge #9B516D

RGB

 RED value IS 155 (60.94% from 255) = 44.93%

 GREEN value IS 81 (32.03% from 255) = 23.48%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 44.93%
G = 23.48%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B516D (or 0x9B516D) is known color: Vin Rouge. HEX triplet: 9B, 51 and 6D. RGB value is (155,81,109). Sum of RGB (Red+Green+Blue) = 155+81+109=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B516D is #64AE92. Grayscale: #6A6A6A. Windows color (decimal): -6598291 or 7164315. OLE color: 7164315.

HSL color Cylindrical-coordinate representation of color #9B516D: hue angle of 337.3º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B516D is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 81 109 -
CMYK 0 0.48 0.30 0.39
HSL 337.3º 0.31% 0.46% -
HSV(B) 337.3º 0.48% 0.61% -
XYZ 19.22 13.96 16.15 -
YUV 106.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 155 81 109 0 0.48 0.30 0.39 337.3 0.31 0.46
Hex 9B 51 6D 0 30 1E 27 151 1F 2E
Octal 233 121 155 0 60 36 47 521 37 56
Binary 10011011 1010001 1101101 0 110000 11110 100111 101010001 11111 101110

Color Harmonies of #9B516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B516D

Black with #9B516D

Text Example


Text Example

White with #9B516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,109); }

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

background-color css

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

 a { background-color: rgb(155,81,109); }

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

border-color css

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

 span { border-color: rgb(155,81,109); }

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