#A33561

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

Shades of Rouge #A33561

Tints of Rouge #A33561

Color information

#A33561 (or 0xA33561) is unknown color: approx Rouge. HEX triplet: A3, 35 and 61. RGB value is (163,53,97). Sum of RGB (Red+Green+Blue) = 163+53+97=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A33561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33561 is #5CCA9E. Grayscale: #5A5A5A. Windows color (decimal): -6081183 or 6370723. OLE color: 6370723.

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

Color convert

RGB1635397-
CMYK00.670.400.36
HSL336º50.93%42.35%-
HSV(B)336º67.48%63.92%-
XYZ18.5411.212.49-
YUV90.91131.44179.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=52.08%
G=16.93%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163539700.670.400.3633650.9342.35
HexA335610432824150332a
Octal24365141010350445206352
Binary10100011110101110000101000011101000100100101010000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33561; }

 p { color: rgb(163,53,97); }

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

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

 a { background-color: rgb(163,53,97); }

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

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

 span { border-color: rgb(163,53,97); }

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