Html Css Color HEX #9B516A Vin Rouge

📋 copy color: '#9B516A'

red 155 ◦ green 81 ◦ blue 106

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

Shades of Vin Rouge #9B516A

Tints of Vin Rouge #9B516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 45.32%
G = 23.68%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B516A (or 0x9B516A) is known color: Vin Rouge. HEX triplet: 9B, 51 and 6A. RGB value is (155,81,106). Sum of RGB (Red+Green+Blue) = 155+81+106=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B516A is #64AE95. Grayscale: #696969. Windows color (decimal): -6598294 or 6967707. OLE color: 6967707.

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

Color convert

RGB 155 81 106 -
CMYK 0 0.48 0.32 0.39
HSL 339.73º 0.31% 0.46% -
HSV(B) 339.73º 0.48% 0.61% -
XYZ 19.06 13.89 15.31 -
YUV 105.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 155 81 106 0 0.48 0.32 0.39 339.73 0.31 0.46
Hex 9B 51 6A 0 30 20 27 154 1F 2E
Octal 233 121 152 0 60 40 47 524 37 56
Binary 10011011 1010001 1101010 0 110000 100000 100111 101010100 11111 101110

Color Harmonies of #9B516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B516A

Black with #9B516A

Text Example


Text Example

White with #9B516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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