#9B4372

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

Shades of Rouge #9B4372

Tints of Rouge #9B4372

Color information

#9B4372 (or 0x9B4372) is unknown color: approx Rouge. HEX triplet: 9B, 43 and 72. RGB value is (155,67,114). Sum of RGB (Red+Green+Blue) = 155+67+114=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4372 is #64BC8D. Grayscale: #626262. Windows color (decimal): -6601870 or 7488411. OLE color: 7488411.

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

Color convert

RGB15567114-
CMYK00.570.260.39
HSL327.95º39.64%43.53%-
HSV(B)327.95º56.77%60.78%-
XYZ18.5612.217.3-
YUV98.67136.65168.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=46.13%
G=19.94%
B=33.93%

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
Decimal1556711400.570.260.39327.9539.6443.53
Hex9B43720391A27148282c
Octal23310316207132475105054
Binary1001101110000111110010011100111010100111101001000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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