Html Css Color HEX #9B505E Vin Rouge

📋 copy color: '#9B505E'

red 155 ◦ green 80 ◦ blue 94

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

Shades of Vin Rouge #9B505E

Tints of Vin Rouge #9B505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 47.11%
G = 24.32%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B505E (or 0x9B505E) is known color: Vin Rouge. HEX triplet: 9B, 50 and 5E. RGB value is (155,80,94). Sum of RGB (Red+Green+Blue) = 155+80+94=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B505E is #64AFA1. Grayscale: #686868. Windows color (decimal): -6598562 or 6181019. OLE color: 6181019.

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

Color convert

RGB 155 80 94 -
CMYK 0 0.48 0.39 0.39
HSL 348.8º 0.32% 0.46% -
HSV(B) 348.8º 0.48% 0.61% -
XYZ 18.41 13.51 12.23 -
YUV 104.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 155 80 94 0 0.48 0.39 0.39 348.8 0.32 0.46
Hex 9B 50 5E 0 30 27 27 15D 20 2E
Octal 233 120 136 0 60 47 47 535 40 56
Binary 10011011 1010000 1011110 0 110000 100111 100111 101011101 100000 101110

Color Harmonies of #9B505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B505E

Black with #9B505E

Text Example


Text Example

White with #9B505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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