Html Css Color HEX #9B5669 Vin Rouge

📋 copy color: '#9B5669'

red 155 ◦ green 86 ◦ blue 105

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

Shades of Vin Rouge #9B5669

Tints of Vin Rouge #9B5669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 44.8%
G = 24.86%
B = 30.35%

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

#9B5669 (or 0x9B5669) is known color: Vin Rouge. HEX triplet: 9B, 56 and 69. RGB value is (155,86,105). Sum of RGB (Red+Green+Blue) = 155+86+105=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5669 is #64A996. Grayscale: #6C6C6C. Windows color (decimal): -6597015 or 6903451. OLE color: 6903451.

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

Color convert

RGB 155 86 105 -
CMYK 0 0.45 0.32 0.39
HSL 343.48º 0.29% 0.47% -
HSV(B) 343.48º 0.45% 0.61% -
XYZ 19.4 14.64 15.17 -
YUV 108.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 155 86 105 0 0.45 0.32 0.39 343.48 0.29 0.47
Hex 9B 56 69 0 2D 20 27 157 1D 2F
Octal 233 126 151 0 55 40 47 527 35 57
Binary 10011011 1010110 1101001 0 101101 100000 100111 101010111 11101 101111

Color Harmonies of #9B5669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5669

Black with #9B5669

Text Example


Text Example

White with #9B5669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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