Html Css Color HEX #9B595C Vin Rouge

📋 copy color: '#9B595C'

red 155 ◦ green 89 ◦ blue 92

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

Shades of Vin Rouge #9B595C

Tints of Vin Rouge #9B595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 46.13%
G = 26.49%
B = 27.38%

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

#9B595C (or 0x9B595C) is known color: Vin Rouge. HEX triplet: 9B, 59 and 5C. RGB value is (155,89,92). Sum of RGB (Red+Green+Blue) = 155+89+92=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B595C is #64A6A3. Grayscale: #6D6D6D. Windows color (decimal): -6596260 or 6052251. OLE color: 6052251.

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

Color convert

RGB 155 89 92 -
CMYK 0 0.43 0.41 0.39
HSL 357.27º 0.27% 0.48% -
HSV(B) 357.27º 0.43% 0.61% -
XYZ 19.02 14.89 12 -
YUV 109.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 155 89 92 0 0.43 0.41 0.39 357.27 0.27 0.48
Hex 9B 59 5C 0 2B 29 27 165 1B 30
Octal 233 131 134 0 53 51 47 545 33 60
Binary 10011011 1011001 1011100 0 101011 101001 100111 101100101 11011 110000

Color Harmonies of #9B595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B595C

Black with #9B595C

Text Example


Text Example

White with #9B595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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