#9A4372

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

Shades of Rouge #9A4372

Tints of Rouge #9A4372

Color information

#9A4372 (or 0x9A4372) is unknown color: approx Rouge. HEX triplet: 9A, 43 and 72. RGB value is (154,67,114). Sum of RGB (Red+Green+Blue) = 154+67+114=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4372 is #65BC8D. Grayscale: #626262. Windows color (decimal): -6667406 or 7488410. OLE color: 7488410.

HSL color Cylindrical-coordinate representation of color #9A4372: hue angle of 327.59º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A4372 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB15467114-
CMYK00.560.260.40
HSL327.59º39.37%43.33%-
HSV(B)327.59º56.49%60.39%-
XYZ18.3712.117.29-
YUV98.37136.82167.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=45.97%
G=20%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546711400.560.260.40327.5939.3743.33
Hex9A43720381A28148272b
Octal23210316207032505104753
Binary1001101010000111110010011100011010101000101001000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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