Html Css Color HEX #9B5071 Vin Rouge

📋 copy color: '#9B5071'

red 155 ◦ green 80 ◦ blue 113

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

Shades of Vin Rouge #9B5071

Tints of Vin Rouge #9B5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 44.54%
G = 22.99%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B5071 (or 0x9B5071) is known color: Vin Rouge. HEX triplet: 9B, 50 and 71. RGB value is (155,80,113). Sum of RGB (Red+Green+Blue) = 155+80+113=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5071 is #64AF8E. Grayscale: #6A6A6A. Windows color (decimal): -6598543 or 7426203. OLE color: 7426203.

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

Color convert

RGB 155 80 113 -
CMYK 0 0.48 0.27 0.39
HSL 333.6º 0.32% 0.46% -
HSV(B) 333.6º 0.48% 0.61% -
XYZ 19.37 13.9 17.28 -
YUV 106.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 155 80 113 0 0.48 0.27 0.39 333.6 0.32 0.46
Hex 9B 50 71 0 30 1B 27 14E 20 2E
Octal 233 120 161 0 60 33 47 516 40 56
Binary 10011011 1010000 1110001 0 110000 11011 100111 101001110 100000 101110

Color Harmonies of #9B5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5071

Black with #9B5071

Text Example


Text Example

White with #9B5071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,113); }

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

background-color css

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

 a { background-color: rgb(155,80,113); }

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

border-color css

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

 span { border-color: rgb(155,80,113); }

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