Html Css Color HEX #9B595B Vin Rouge

📋 copy color: '#9B595B'

red 155 ◦ green 89 ◦ blue 91

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

Shades of Vin Rouge #9B595B

Tints of Vin Rouge #9B595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 46.27%
G = 26.57%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B595B (or 0x9B595B) is known color: Vin Rouge. HEX triplet: 9B, 59 and 5B. RGB value is (155,89,91). Sum of RGB (Red+Green+Blue) = 155+89+91=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B595B is #64A6A4. Grayscale: #6D6D6D. Windows color (decimal): -6596261 or 5986715. OLE color: 5986715.

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

Color convert

RGB 155 89 91 -
CMYK 0 0.43 0.41 0.39
HSL 358.18º 0.27% 0.48% -
HSV(B) 358.18º 0.43% 0.61% -
XYZ 18.98 14.87 11.77 -
YUV 108.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 155 89 91 0 0.43 0.41 0.39 358.18 0.27 0.48
Hex 9B 59 5B 0 2B 29 27 166 1B 30
Octal 233 131 133 0 53 51 47 546 33 60
Binary 10011011 1011001 1011011 0 101011 101001 100111 101100110 11011 110000

Color Harmonies of #9B595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B595B

Black with #9B595B

Text Example


Text Example

White with #9B595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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