#A33B60

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

Shades of Rouge #A33B60

Tints of Rouge #A33B60

Color information

#A33B60 (or 0xA33B60) is unknown color: approx Rouge. HEX triplet: A3, 3B and 60. RGB value is (163,59,96). Sum of RGB (Red+Green+Blue) = 163+59+96=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B60 is #5CC49F. Grayscale: #5E5E5E. Windows color (decimal): -6079648 or 6306723. OLE color: 6306723.

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

Color convert

RGB1635996-
CMYK00.640.410.36
HSL338.65º46.85%43.53%-
HSV(B)338.65º63.8%63.92%-
XYZ18.7811.7612.35-
YUV94.31128.96176.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 59 (23.44% from 255) = 18.55%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=51.26%
G=18.55%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163599600.640.410.36338.6546.8543.53
HexA33B6004029241532f2c
Octal24373140010051445235754
Binary10100011111011110000001000000101001100100101010011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B60; }

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

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

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

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

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

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

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

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