#9A4375

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

Shades of Rouge #9A4375

Tints of Rouge #9A4375

Color information

#9A4375 (or 0x9A4375) is unknown color: approx Rouge. HEX triplet: 9A, 43 and 75. RGB value is (154,67,117). Sum of RGB (Red+Green+Blue) = 154+67+117=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4375 is #65BC8A. Grayscale: #626262. Windows color (decimal): -6667403 or 7685018. OLE color: 7685018.

HSL color Cylindrical-coordinate representation of color #9A4375: hue angle of 325.52º 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 #9A4375 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB15467117-
CMYK00.560.240.40
HSL325.52º39.37%43.33%-
HSV(B)325.52º56.49%60.39%-
XYZ18.5412.1718.2-
YUV98.71138.32167.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.56%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=45.56%
G=19.82%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546711700.560.240.40325.5239.3743.33
Hex9A43750381828146272b
Octal23210316507030505064753
Binary1001101010000111110101011100011000101000101000110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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