Html Css Color HEX #9B5665 Vin Rouge

📋 copy color: '#9B5665'

red 155 ◦ green 86 ◦ blue 101

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

Shades of Vin Rouge #9B5665

Tints of Vin Rouge #9B5665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 45.32%
G = 25.15%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B5665 (or 0x9B5665) is known color: Vin Rouge. HEX triplet: 9B, 56 and 65. RGB value is (155,86,101). Sum of RGB (Red+Green+Blue) = 155+86+101=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5665 is #64A99A. Grayscale: #6C6C6C. Windows color (decimal): -6597019 or 6641307. OLE color: 6641307.

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

Color convert

RGB 155 86 101 -
CMYK 0 0.45 0.35 0.39
HSL 346.96º 0.29% 0.47% -
HSV(B) 346.96º 0.45% 0.61% -
XYZ 19.19 14.56 14.11 -
YUV 108.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 155 86 101 0 0.45 0.35 0.39 346.96 0.29 0.47
Hex 9B 56 65 0 2D 23 27 15B 1D 2F
Octal 233 126 145 0 55 43 47 533 35 57
Binary 10011011 1010110 1100101 0 101101 100011 100111 101011011 11101 101111

Color Harmonies of #9B5665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5665

Black with #9B5665

Text Example


Text Example

White with #9B5665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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