Html Css Color HEX #9B5D66 Vin Rouge

📋 copy color: '#9B5D66'

red 155 ◦ green 93 ◦ blue 102

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

Shades of Vin Rouge #9B5D66

Tints of Vin Rouge #9B5D66

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

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

R = 44.29%
G = 26.57%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B5D66 (or 0x9B5D66) is known color: Vin Rouge. HEX triplet: 9B, 5D and 66. RGB value is (155,93,102). Sum of RGB (Red+Green+Blue) = 155+93+102=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D66 is #64A299. Grayscale: #707070. Windows color (decimal): -6595226 or 6708635. OLE color: 6708635.

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

Color convert

RGB 155 93 102 -
CMYK 0 0.4 0.34 0.39
HSL 351.29º 0.25% 0.49% -
HSV(B) 351.29º 0.4% 0.61% -
XYZ 19.83 15.76 14.57 -
YUV 112.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 155 93 102 0 0.4 0.34 0.39 351.29 0.25 0.49
Hex 9B 5D 66 0 28 22 27 15F 19 31
Octal 233 135 146 0 50 42 47 537 31 61
Binary 10011011 1011101 1100110 0 101000 100010 100111 101011111 11001 110001

Color Harmonies of #9B5D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D66

Black with #9B5D66

Text Example


Text Example

White with #9B5D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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