#9B4373

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

Shades of Rouge #9B4373

Tints of Rouge #9B4373

Color information

#9B4373 (or 0x9B4373) is unknown color: approx Rouge. HEX triplet: 9B, 43 and 73. RGB value is (155,67,115). Sum of RGB (Red+Green+Blue) = 155+67+115=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4373 is #64BC8C. Grayscale: #626262. Windows color (decimal): -6601869 or 7553947. OLE color: 7553947.

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

Color convert

RGB15567115-
CMYK00.570.260.39
HSL327.27º39.64%43.53%-
HSV(B)327.27º56.77%60.78%-
XYZ18.6212.2217.6-
YUV98.78137.15168.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=45.99%
G=19.88%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556711500.570.260.39327.2739.6443.53
Hex9B43730391A27147282c
Octal23310316307132475075054
Binary1001101110000111110011011100111010100111101000111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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