Html Css Color HEX #9B596A Vin Rouge

📋 copy color: '#9B596A'

red 155 ◦ green 89 ◦ blue 106

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

Shades of Vin Rouge #9B596A

Tints of Vin Rouge #9B596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 44.29%
G = 25.43%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B596A (or 0x9B596A) is known color: Vin Rouge. HEX triplet: 9B, 59 and 6A. RGB value is (155,89,106). Sum of RGB (Red+Green+Blue) = 155+89+106=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B596A is #64A695. Grayscale: #6E6E6E. Windows color (decimal): -6596246 or 6969755. OLE color: 6969755.

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

Color convert

RGB 155 89 106 -
CMYK 0 0.43 0.32 0.39
HSL 344.55º 0.27% 0.48% -
HSV(B) 344.55º 0.43% 0.61% -
XYZ 19.69 15.15 15.52 -
YUV 110.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 155 89 106 0 0.43 0.32 0.39 344.55 0.27 0.48
Hex 9B 59 6A 0 2B 20 27 159 1B 30
Octal 233 131 152 0 53 40 47 531 33 60
Binary 10011011 1011001 1101010 0 101011 100000 100111 101011001 11011 110000

Color Harmonies of #9B596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B596A

Black with #9B596A

Text Example


Text Example

White with #9B596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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