#9A376E

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

Shades of Rouge #9A376E

Tints of Rouge #9A376E

Color information

#9A376E (or 0x9A376E) is unknown color: approx Rouge. HEX triplet: 9A, 37 and 6E. RGB value is (154,55,110). Sum of RGB (Red+Green+Blue) = 154+55+110=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A376E is #65C891. Grayscale: #5A5A5A. Windows color (decimal): -6670482 or 7223194. OLE color: 7223194.

HSL color Cylindrical-coordinate representation of color #9A376E: hue angle of 326.67º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A376E is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15455110-
CMYK00.640.290.40
HSL326.67º47.37%40.98%-
HSV(B)326.67º64.29%60.39%-
XYZ17.5110.7315.9-
YUV90.87138.8173.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.28%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=48.28%
G=17.24%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545511000.640.290.40326.6747.3740.98
Hex9A376E0401D281472f29
Octal23267156010035505075751
Binary1001101011011111011100100000011101101000101000111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,55,110); }

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

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

 a { background-color: rgb(154,55,110); }

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

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

 span { border-color: rgb(154,55,110); }

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