Html Css Color HEX #9B566A Vin Rouge

📋 copy color: '#9B566A'

red 155 ◦ green 86 ◦ blue 106

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

Shades of Vin Rouge #9B566A

Tints of Vin Rouge #9B566A

RGB

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

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

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

R = 44.67%
G = 24.78%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B566A (or 0x9B566A) is known color: Vin Rouge. HEX triplet: 9B, 56 and 6A. RGB value is (155,86,106). Sum of RGB (Red+Green+Blue) = 155+86+106=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B566A is #64A995. Grayscale: #6C6C6C. Windows color (decimal): -6597014 or 6968987. OLE color: 6968987.

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

Color convert

RGB 155 86 106 -
CMYK 0 0.45 0.32 0.39
HSL 342.61º 0.29% 0.47% -
HSV(B) 342.61º 0.45% 0.61% -
XYZ 19.45 14.66 15.44 -
YUV 108.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 155 86 106 0 0.45 0.32 0.39 342.61 0.29 0.47
Hex 9B 56 6A 0 2D 20 27 157 1D 2F
Octal 233 126 152 0 55 40 47 527 35 57
Binary 10011011 1010110 1101010 0 101101 100000 100111 101010111 11101 101111

Color Harmonies of #9B566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B566A

Black with #9B566A

Text Example


Text Example

White with #9B566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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