#A33361

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

Shades of Rouge #A33361

Tints of Rouge #A33361

Color information

#A33361 (or 0xA33361) is unknown color: approx Rouge. HEX triplet: A3, 33 and 61. RGB value is (163,51,97). Sum of RGB (Red+Green+Blue) = 163+51+97=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A33361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33361 is #5CCC9E. Grayscale: #595959. Windows color (decimal): -6081695 or 6370211. OLE color: 6370211.

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

Color convert

RGB1635197-
CMYK00.690.400.36
HSL335.36º52.34%41.96%-
HSV(B)335.36º68.71%63.92%-
XYZ18.4511.0212.46-
YUV89.73132.11180.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=52.41%
G=16.40%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163519700.690.400.36335.3652.3441.96
HexA33361045282414f342a
Octal24363141010550445176452
Binary10100011110011110000101000101101000100100101001111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33361; }

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

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

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

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

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

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

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

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