Html Css Color HEX #9B5065 Vin Rouge

📋 copy color: '#9B5065'

red 155 ◦ green 80 ◦ blue 101

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

Shades of Vin Rouge #9B5065

Tints of Vin Rouge #9B5065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

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

R = 46.13%
G = 23.81%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B5065 (or 0x9B5065) is known color: Vin Rouge. HEX triplet: 9B, 50 and 65. RGB value is (155,80,101). Sum of RGB (Red+Green+Blue) = 155+80+101=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5065 is #64AF9A. Grayscale: #686868. Windows color (decimal): -6598555 or 6639771. OLE color: 6639771.

HSL color Cylindrical-coordinate representation of color #9B5065: hue angle of 343.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5065 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 80 101 -
CMYK 0 0.48 0.35 0.39
HSL 343.2º 0.32% 0.46% -
HSV(B) 343.2º 0.48% 0.61% -
XYZ 18.74 13.65 13.96 -
YUV 104.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 155 80 101 0 0.48 0.35 0.39 343.2 0.32 0.46
Hex 9B 50 65 0 30 23 27 157 20 2E
Octal 233 120 145 0 60 43 47 527 40 56
Binary 10011011 1010000 1100101 0 110000 100011 100111 101010111 100000 101110

Color Harmonies of #9B5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5065

Black with #9B5065

Text Example


Text Example

White with #9B5065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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