Html Css Color HEX #9B5960 Vin Rouge

📋 copy color: '#9B5960'

red 155 ◦ green 89 ◦ blue 96

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

Shades of Vin Rouge #9B5960

Tints of Vin Rouge #9B5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.18%

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 45.59%
G = 26.18%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B5960 (or 0x9B5960) is known color: Vin Rouge. HEX triplet: 9B, 59 and 60. RGB value is (155,89,96). Sum of RGB (Red+Green+Blue) = 155+89+96=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5960 is #64A69F. Grayscale: #6D6D6D. Windows color (decimal): -6596256 or 6314395. OLE color: 6314395.

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

Color convert

RGB 155 89 96 -
CMYK 0 0.43 0.38 0.39
HSL 353.64º 0.27% 0.48% -
HSV(B) 353.64º 0.43% 0.61% -
XYZ 19.2 14.96 12.94 -
YUV 109.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 155 89 96 0 0.43 0.38 0.39 353.64 0.27 0.48
Hex 9B 59 60 0 2B 26 27 162 1B 30
Octal 233 131 140 0 53 46 47 542 33 60
Binary 10011011 1011001 1100000 0 101011 100110 100111 101100010 11011 110000

Color Harmonies of #9B5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5960

Black with #9B5960

Text Example


Text Example

White with #9B5960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,96); }

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

background-color css

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

 a { background-color: rgb(155,89,96); }

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

border-color css

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

 span { border-color: rgb(155,89,96); }

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