Html Css Color HEX #9B505A Vin Rouge

📋 copy color: '#9B505A'

red 155 ◦ green 80 ◦ blue 90

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

Shades of Vin Rouge #9B505A

Tints of Vin Rouge #9B505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 47.69%
G = 24.62%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B505A (or 0x9B505A) is known color: Vin Rouge. HEX triplet: 9B, 50 and 5A. RGB value is (155,80,90). Sum of RGB (Red+Green+Blue) = 155+80+90=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B505A is #64AFA5. Grayscale: #676767. Windows color (decimal): -6598566 or 5918875. OLE color: 5918875.

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

Color convert

RGB 155 80 90 -
CMYK 0 0.48 0.42 0.39
HSL 352º 0.32% 0.46% -
HSV(B) 352º 0.48% 0.61% -
XYZ 18.23 13.44 11.31 -
YUV 103.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 155 80 90 0 0.48 0.42 0.39 352 0.32 0.46
Hex 9B 50 5A 0 30 2A 27 160 20 2E
Octal 233 120 132 0 60 52 47 540 40 56
Binary 10011011 1010000 1011010 0 110000 101010 100111 101100000 100000 101110

Color Harmonies of #9B505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B505A

Black with #9B505A

Text Example


Text Example

White with #9B505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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