#A33B64

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

Shades of Rouge #A33B64

Tints of Rouge #A33B64

Color information

#A33B64 (or 0xA33B64) is unknown color: approx Rouge. HEX triplet: A3, 3B and 64. RGB value is (163,59,100). Sum of RGB (Red+Green+Blue) = 163+59+100=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B64 is #5CC49B. Grayscale: #5E5E5E. Windows color (decimal): -6079644 or 6568867. OLE color: 6568867.

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

Color convert

RGB16359100-
CMYK00.640.390.36
HSL336.35º46.85%43.53%-
HSV(B)336.35º63.8%63.92%-
XYZ18.9711.8313.34-
YUV94.77130.96176.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=50.62%
G=18.32%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635910000.640.390.36336.3546.8543.53
HexA33B6404027241502f2c
Octal24373144010047445205754
Binary10100011111011110010001000000100111100100101010000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B64; }

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

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

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

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

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

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

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

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