Html Css Color HEX #9B4775 Rouge

📋 copy color: '#9B4775'

red 155 ◦ green 71 ◦ blue 117

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

Shades of Rouge #9B4775

Tints of Rouge #9B4775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 45.19%
G = 20.7%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B4775 (or 0x9B4775) is known color: Rouge. HEX triplet: 9B, 47 and 75. RGB value is (155,71,117). Sum of RGB (Red+Green+Blue) = 155+71+117=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4775 is #64B88A. Grayscale: #656565. Windows color (decimal): -6600843 or 7686043. OLE color: 7686043.

HSL color Cylindrical-coordinate representation of color #9B4775: hue angle of 327.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4775 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 71 117 -
CMYK 0 0.54 0.25 0.39
HSL 327.14º 0.37% 0.44% -
HSV(B) 327.14º 0.54% 0.61% -
XYZ 18.98 12.76 18.29 -
YUV 101.36 136.83 166.26 -
System Red Green Blue C M Y K H S L
Decimal 155 71 117 0 0.54 0.25 0.39 327.14 0.37 0.44
Hex 9B 47 75 0 36 19 27 147 25 2C
Octal 233 107 165 0 66 31 47 507 45 54
Binary 10011011 1000111 1110101 0 110110 11001 100111 101000111 100101 101100

Color Harmonies of #9B4775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4775

Black with #9B4775

Text Example


Text Example

White with #9B4775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,71,117); }

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

background-color css

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

 a { background-color: rgb(155,71,117); }

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

border-color css

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

 span { border-color: rgb(155,71,117); }

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