#9B4175

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

Shades of Rouge #9B4175

Tints of Rouge #9B4175

Color information

#9B4175 (or 0x9B4175) is unknown color: approx Rouge. HEX triplet: 9B, 41 and 75. RGB value is (155,65,117). Sum of RGB (Red+Green+Blue) = 155+65+117=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4175 is #64BE8A. Grayscale: #616161. Windows color (decimal): -6602379 or 7684507. OLE color: 7684507.

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

Color convert

RGB15565117-
CMYK00.580.250.39
HSL325.33º40.91%43.14%-
HSV(B)325.33º58.06%60.78%-
XYZ18.6212.0318.17-
YUV97.84138.82168.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=45.99%
G=19.29%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556511700.580.250.39325.3340.9143.14
Hex9B417503A1927145292b
Octal23310116507231475055153
Binary1001101110000011110101011101011001100111101000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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