#A33A61

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

Shades of Rouge #A33A61

Tints of Rouge #A33A61

Color information

#A33A61 (or 0xA33A61) is unknown color: approx Rouge. HEX triplet: A3, 3A and 61. RGB value is (163,58,97). Sum of RGB (Red+Green+Blue) = 163+58+97=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A61 is #5CC59E. Grayscale: #5D5D5D. Windows color (decimal): -6079903 or 6372003. OLE color: 6372003.

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

Color convert

RGB1635897-
CMYK00.640.400.36
HSL337.71º47.51%43.33%-
HSV(B)337.71º64.42%63.92%-
XYZ18.7711.6812.57-
YUV93.84129.79177.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=51.26%
G=18.24%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163589700.640.400.36337.7147.5143.33
HexA33A610402824152302b
Octal24372141010050445226053
Binary10100011111010110000101000000101000100100101010010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A61; }

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

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

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

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

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

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

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

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