Html Css Color HEX #9B5560 Vin Rouge

📋 copy color: '#9B5560'

red 155 ◦ green 85 ◦ blue 96

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

Shades of Vin Rouge #9B5560

Tints of Vin Rouge #9B5560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

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

R = 46.13%
G = 25.3%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B5560 (or 0x9B5560) is known color: Vin Rouge. HEX triplet: 9B, 55 and 60. RGB value is (155,85,96). Sum of RGB (Red+Green+Blue) = 155+85+96=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5560 is #64AA9F. Grayscale: #6B6B6B. Windows color (decimal): -6597280 or 6313371. OLE color: 6313371.

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

Color convert

RGB 155 85 96 -
CMYK 0 0.45 0.38 0.39
HSL 350.57º 0.29% 0.47% -
HSV(B) 350.57º 0.45% 0.61% -
XYZ 18.88 14.31 12.83 -
YUV 107.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 155 85 96 0 0.45 0.38 0.39 350.57 0.29 0.47
Hex 9B 55 60 0 2D 26 27 15F 1D 2F
Octal 233 125 140 0 55 46 47 537 35 57
Binary 10011011 1010101 1100000 0 101101 100110 100111 101011111 11101 101111

Color Harmonies of #9B5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5560

Black with #9B5560

Text Example


Text Example

White with #9B5560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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