#A33263

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

Shades of Rouge #A33263

Tints of Rouge #A33263

Color information

#A33263 (or 0xA33263) is unknown color: approx Rouge. HEX triplet: A3, 32 and 63. RGB value is (163,50,99). Sum of RGB (Red+Green+Blue) = 163+50+99=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A33263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33263 is #5CCD9C. Grayscale: #595959. Windows color (decimal): -6081949 or 6501027. OLE color: 6501027.

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

Color convert

RGB1635099-
CMYK00.690.390.36
HSL333.98º53.05%41.76%-
HSV(B)333.98º69.33%63.92%-
XYZ18.510.9712.95-
YUV89.37133.44180.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.24%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=52.24%
G=16.03%
B=31.73%

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
Decimal163509900.690.390.36333.9853.0541.76
HexA33263045272414e352a
Octal24362143010547445166552
Binary10100011110010110001101000101100111100100101001110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33263; }

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

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

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

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

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

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

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

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