Html Css Color HEX #9B5866 Vin Rouge

📋 copy color: '#9B5866'

red 155 ◦ green 88 ◦ blue 102

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

Shades of Vin Rouge #9B5866

Tints of Vin Rouge #9B5866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

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

R = 44.93%
G = 25.51%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B5866 (or 0x9B5866) is known color: Vin Rouge. HEX triplet: 9B, 58 and 66. RGB value is (155,88,102). Sum of RGB (Red+Green+Blue) = 155+88+102=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5866 is #64A799. Grayscale: #6D6D6D. Windows color (decimal): -6596506 or 6707355. OLE color: 6707355.

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

Color convert

RGB 155 88 102 -
CMYK 0 0.43 0.34 0.39
HSL 347.46º 0.28% 0.48% -
HSV(B) 347.46º 0.43% 0.61% -
XYZ 19.41 14.91 14.42 -
YUV 109.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 155 88 102 0 0.43 0.34 0.39 347.46 0.28 0.48
Hex 9B 58 66 0 2B 22 27 15B 1C 30
Octal 233 130 146 0 53 42 47 533 34 60
Binary 10011011 1011000 1100110 0 101011 100010 100111 101011011 11100 110000

Color Harmonies of #9B5866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5866

Black with #9B5866

Text Example


Text Example

White with #9B5866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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