#A33D72

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

Shades of Rouge #A33D72

Tints of Rouge #A33D72

Color information

#A33D72 (or 0xA33D72) is unknown color: approx Rouge. HEX triplet: A3, 3D and 72. RGB value is (163,61,114). Sum of RGB (Red+Green+Blue) = 163+61+114=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D72 is #5CC28D. Grayscale: #616161. Windows color (decimal): -6079118 or 7486883. OLE color: 7486883.

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

Color convert

RGB16361114-
CMYK00.630.300.36
HSL328.82º45.54%43.92%-
HSV(B)328.82º62.58%63.92%-
XYZ19.8112.3417.26-
YUV97.54137.29174.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=48.22%
G=18.05%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636111400.630.300.36328.8245.5443.92
HexA33D7203F1E241492e2c
Octal2437516207736445115654
Binary101000111111011110010011111111110100100101001001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33D72; }

 p { color: rgb(163,61,114); }

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

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

 a { background-color: rgb(163,61,114); }

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

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

 span { border-color: rgb(163,61,114); }

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