#9C2E6E

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

Shades of Rouge #9C2E6E

Tints of Rouge #9C2E6E

Color information

#9C2E6E (or 0x9C2E6E) is unknown color: approx Rouge. HEX triplet: 9C, 2E and 6E. RGB value is (156,46,110). Sum of RGB (Red+Green+Blue) = 156+46+110=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2E6E is #63D191. Grayscale: #565656. Windows color (decimal): -6541714 or 7220892. OLE color: 7220892.

HSL color Cylindrical-coordinate representation of color #9C2E6E: hue angle of 325.09º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2E6E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15646110-
CMYK00.710.290.39
HSL325.09º54.46%39.61%-
HSV(B)325.09º70.51%61.18%-
XYZ17.510.1515.79-
YUV86.19141.44177.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 14.74%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=50%
G=14.74%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564611000.710.290.39325.0954.4639.61
Hex9C2E6E0471D271453628
Octal23456156010735475056650
Binary1001110010111011011100100011111101100111101000101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,46,110); }

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

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

 a { background-color: rgb(156,46,110); }

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

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

 span { border-color: rgb(156,46,110); }

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