Html Css Color HEX #9B505F Vin Rouge

📋 copy color: '#9B505F'

red 155 ◦ green 80 ◦ blue 95

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

Shades of Vin Rouge #9B505F

Tints of Vin Rouge #9B505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 46.97%
G = 24.24%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B505F (or 0x9B505F) is known color: Vin Rouge. HEX triplet: 9B, 50 and 5F. RGB value is (155,80,95). Sum of RGB (Red+Green+Blue) = 155+80+95=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B505F is #64AFA0. Grayscale: #686868. Windows color (decimal): -6598561 or 6246555. OLE color: 6246555.

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

Color convert

RGB 155 80 95 -
CMYK 0 0.48 0.39 0.39
HSL 348º 0.32% 0.46% -
HSV(B) 348º 0.48% 0.61% -
XYZ 18.45 13.53 12.47 -
YUV 104.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 155 80 95 0 0.48 0.39 0.39 348 0.32 0.46
Hex 9B 50 5F 0 30 27 27 15C 20 2E
Octal 233 120 137 0 60 47 47 534 40 56
Binary 10011011 1010000 1011111 0 110000 100111 100111 101011100 100000 101110

Color Harmonies of #9B505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B505F

Black with #9B505F

Text Example


Text Example

White with #9B505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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