Html Css Color HEX #9B555E Vin Rouge

📋 copy color: '#9B555E'

red 155 ◦ green 85 ◦ blue 94

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

Shades of Vin Rouge #9B555E

Tints of Vin Rouge #9B555E

RGB

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

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

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

R = 46.41%
G = 25.45%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B555E (or 0x9B555E) is known color: Vin Rouge. HEX triplet: 9B, 55 and 5E. RGB value is (155,85,94). Sum of RGB (Red+Green+Blue) = 155+85+94=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B555E is #64AAA1. Grayscale: #6A6A6A. Windows color (decimal): -6597282 or 6182299. OLE color: 6182299.

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

Color convert

RGB 155 85 94 -
CMYK 0 0.45 0.39 0.39
HSL 352.29º 0.29% 0.47% -
HSV(B) 352.29º 0.45% 0.61% -
XYZ 18.79 14.27 12.35 -
YUV 106.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 155 85 94 0 0.45 0.39 0.39 352.29 0.29 0.47
Hex 9B 55 5E 0 2D 27 27 160 1D 2F
Octal 233 125 136 0 55 47 47 540 35 57
Binary 10011011 1010101 1011110 0 101101 100111 100111 101100000 11101 101111

Color Harmonies of #9B555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B555E

Black with #9B555E

Text Example


Text Example

White with #9B555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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