#9B4377

Color #9B4377 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #9B4377

Tints of Rouge #9B4377

Color information

#9B4377 (or 0x9B4377) is unknown color: approx Rouge. HEX triplet: 9B, 43 and 77. RGB value is (155,67,119). Sum of RGB (Red+Green+Blue) = 155+67+119=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4377 is #64BC88. Grayscale: #636363. Windows color (decimal): -6601865 or 7816091. OLE color: 7816091.

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

Color convert

RGB15567119-
CMYK00.570.230.39
HSL324.55º39.64%43.53%-
HSV(B)324.55º56.77%60.78%-
XYZ18.8512.3118.84-
YUV99.24139.15167.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 67 (26.56% from 255) = 19.65%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=45.45%
G=19.65%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556711900.570.230.39324.5539.6443.53
Hex9B43770391727145282c
Octal23310316707127475055054
Binary1001101110000111110111011100110111100111101000101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,67,119); }

 H1.HeaderClassName
 {
   color: #9B4377;
 }
 .AnyTagClassName
 {
   color: #9B4377;
 }
</style>
background-color css

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

 a { background-color: rgb(155,67,119); }

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

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

 span { border-color: rgb(155,67,119); }

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