Html Css Color HEX #9B5073 Vin Rouge

📋 copy color: '#9B5073'

red 155 ◦ green 80 ◦ blue 115

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

Shades of Vin Rouge #9B5073

Tints of Vin Rouge #9B5073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 44.29%
G = 22.86%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B5073 (or 0x9B5073) is known color: Vin Rouge. HEX triplet: 9B, 50 and 73. RGB value is (155,80,115). Sum of RGB (Red+Green+Blue) = 155+80+115=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5073 is #64AF8C. Grayscale: #6A6A6A. Windows color (decimal): -6598541 or 7557275. OLE color: 7557275.

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

Color convert

RGB 155 80 115 -
CMYK 0 0.48 0.26 0.39
HSL 332º 0.32% 0.46% -
HSV(B) 332º 0.48% 0.61% -
XYZ 19.48 13.94 17.88 -
YUV 106.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 155 80 115 0 0.48 0.26 0.39 332 0.32 0.46
Hex 9B 50 73 0 30 1A 27 14C 20 2E
Octal 233 120 163 0 60 32 47 514 40 56
Binary 10011011 1010000 1110011 0 110000 11010 100111 101001100 100000 101110

Color Harmonies of #9B5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5073

Black with #9B5073

Text Example


Text Example

White with #9B5073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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