#A33B61

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

Shades of Rouge #A33B61

Tints of Rouge #A33B61

Color information

#A33B61 (or 0xA33B61) is unknown color: approx Rouge. HEX triplet: A3, 3B and 61. RGB value is (163,59,97). Sum of RGB (Red+Green+Blue) = 163+59+97=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B61 is #5CC49E. Grayscale: #5E5E5E. Windows color (decimal): -6079647 or 6372259. OLE color: 6372259.

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

Color convert

RGB1635997-
CMYK00.640.400.36
HSL338.08º46.85%43.53%-
HSV(B)338.08º63.8%63.92%-
XYZ18.8311.7812.59-
YUV94.43129.46176.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 59 (23.44% from 255) = 18.50%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=51.10%
G=18.50%
B=30.41%

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
Decimal163599700.640.400.36338.0846.8543.53
HexA33B6104028241522f2c
Octal24373141010050445225754
Binary10100011111011110000101000000101000100100101010010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B61; }

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

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

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

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

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

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

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

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