#A33264

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

Shades of Rouge #A33264

Tints of Rouge #A33264

Color information

#A33264 (or 0xA33264) is unknown color: approx Rouge. HEX triplet: A3, 32 and 64. RGB value is (163,50,100). Sum of RGB (Red+Green+Blue) = 163+50+100=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A33264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33264 is #5CCD9B. Grayscale: #595959. Windows color (decimal): -6081948 or 6566563. OLE color: 6566563.

HSL color Cylindrical-coordinate representation of color #A33264: hue angle of 333.45º 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 #A33264 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16350100-
CMYK00.690.390.36
HSL333.45º53.05%41.76%-
HSV(B)333.45º69.33%63.92%-
XYZ18.5510.9913.2-
YUV89.49133.94180.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=52.08%
G=15.97%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635010000.690.390.36333.4553.0541.76
HexA33264045272414d352a
Octal24362144010547445156552
Binary10100011110010110010001000101100111100100101001101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33264; }

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

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

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

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

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

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

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

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