#A33772

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

Shades of Rouge #A33772

Tints of Rouge #A33772

Color information

#A33772 (or 0xA33772) is unknown color: approx Rouge. HEX triplet: A3, 37 and 72. RGB value is (163,55,114). Sum of RGB (Red+Green+Blue) = 163+55+114=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A33772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33772 is #5CC88D. Grayscale: #5D5D5D. Windows color (decimal): -6080654 or 7485347. OLE color: 7485347.

HSL color Cylindrical-coordinate representation of color #A33772: hue angle of 327.22º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33772 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16355114-
CMYK00.660.300.36
HSL327.22º49.54%42.75%-
HSV(B)327.22º66.26%63.92%-
XYZ19.5111.7317.16-
YUV94.02139.28177.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=49.10%
G=16.57%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635511400.660.300.36327.2249.5442.75
HexA337720421E24147322b
Octal24367162010236445076253
Binary1010001111011111100100100001011110100100101000111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33772; }

 p { color: rgb(163,55,114); }

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

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

 a { background-color: rgb(163,55,114); }

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

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

 span { border-color: rgb(163,55,114); }

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