Html Css Color HEX #9B5666 Vin Rouge

📋 copy color: '#9B5666'

red 155 ◦ green 86 ◦ blue 102

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

Shades of Vin Rouge #9B5666

Tints of Vin Rouge #9B5666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

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

R = 45.19%
G = 25.07%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B5666 (or 0x9B5666) is known color: Vin Rouge. HEX triplet: 9B, 56 and 66. RGB value is (155,86,102). Sum of RGB (Red+Green+Blue) = 155+86+102=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5666 is #64A999. Grayscale: #6C6C6C. Windows color (decimal): -6597018 or 6706843. OLE color: 6706843.

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

Color convert

RGB 155 86 102 -
CMYK 0 0.45 0.34 0.39
HSL 346.09º 0.29% 0.47% -
HSV(B) 346.09º 0.45% 0.61% -
XYZ 19.24 14.58 14.37 -
YUV 108.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 155 86 102 0 0.45 0.34 0.39 346.09 0.29 0.47
Hex 9B 56 66 0 2D 22 27 15A 1D 2F
Octal 233 126 146 0 55 42 47 532 35 57
Binary 10011011 1010110 1100110 0 101101 100010 100111 101011010 11101 101111

Color Harmonies of #9B5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5666

Black with #9B5666

Text Example


Text Example

White with #9B5666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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