#9C3873

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

Shades of Rouge #9C3873

Tints of Rouge #9C3873

Color information

#9C3873 (or 0x9C3873) is unknown color: approx Rouge. HEX triplet: 9C, 38 and 73. RGB value is (156,56,115). Sum of RGB (Red+Green+Blue) = 156+56+115=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3873 is #63C78C. Grayscale: #5C5C5C. Windows color (decimal): -6539149 or 7551132. OLE color: 7551132.

HSL color Cylindrical-coordinate representation of color #9C3873: hue angle of 324.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C3873 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB15656115-
CMYK00.640.260.39
HSL324.6º47.17%41.57%-
HSV(B)324.6º64.1%61.18%-
XYZ18.2211.1317.41-
YUV92.63140.63173.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=47.71%
G=17.13%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565611500.640.260.39324.647.1741.57
Hex9C38730401A271452f2a
Octal23470163010032475055752
Binary1001110011100011100110100000011010100111101000101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,56,115); }

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

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

 a { background-color: rgb(156,56,115); }

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

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

 span { border-color: rgb(156,56,115); }

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