#A33272

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

Shades of Rouge #A33272

Tints of Rouge #A33272

Color information

#A33272 (or 0xA33272) is unknown color: approx Rouge. HEX triplet: A3, 32 and 72. RGB value is (163,50,114). Sum of RGB (Red+Green+Blue) = 163+50+114=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A33272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33272 is #5CCD8D. Grayscale: #5A5A5A. Windows color (decimal): -6081934 or 7484067. OLE color: 7484067.

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

Color convert

RGB16350114-
CMYK00.690.300.36
HSL326.02º53.05%41.76%-
HSV(B)326.02º69.33%63.92%-
XYZ19.2811.2817.08-
YUV91.08140.94179.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=49.85%
G=15.29%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635011400.690.300.36326.0253.0541.76
HexA332720451E24146352a
Octal24362162010536445066552
Binary1010001111001011100100100010111110100100101000110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33272; }

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

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

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

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

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

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

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

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