Html Css Color HEX #9B5766 Vin Rouge

📋 copy color: '#9B5766'

red 155 ◦ green 87 ◦ blue 102

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

Shades of Vin Rouge #9B5766

Tints of Vin Rouge #9B5766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.29%

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 45.06%
G = 25.29%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B5766 (or 0x9B5766) is known color: Vin Rouge. HEX triplet: 9B, 57 and 66. RGB value is (155,87,102). Sum of RGB (Red+Green+Blue) = 155+87+102=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5766 is #64A899. Grayscale: #6D6D6D. Windows color (decimal): -6596762 or 6707099. OLE color: 6707099.

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

Color convert

RGB 155 87 102 -
CMYK 0 0.44 0.34 0.39
HSL 346.76º 0.28% 0.47% -
HSV(B) 346.76º 0.44% 0.61% -
XYZ 19.32 14.74 14.4 -
YUV 109.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 155 87 102 0 0.44 0.34 0.39 346.76 0.28 0.47
Hex 9B 57 66 0 2C 22 27 15B 1C 2F
Octal 233 127 146 0 54 42 47 533 34 57
Binary 10011011 1010111 1100110 0 101100 100010 100111 101011011 11100 101111

Color Harmonies of #9B5766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5766

Black with #9B5766

Text Example


Text Example

White with #9B5766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,87,102); }

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

background-color css

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

 a { background-color: rgb(155,87,102); }

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

border-color css

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

 span { border-color: rgb(155,87,102); }

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