#A33C5D

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

Shades of Rouge #A33C5D

Tints of Rouge #A33C5D

Color information

#A33C5D (or 0xA33C5D) is unknown color: approx Rouge. HEX triplet: A3, 3C and 5D. RGB value is (163,60,93). Sum of RGB (Red+Green+Blue) = 163+60+93=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C5D is #5CC3A2. Grayscale: #5E5E5E. Windows color (decimal): -6079395 or 6110371. OLE color: 6110371.

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

Color convert

RGB1636093-
CMYK00.630.430.36
HSL340.78º46.19%43.73%-
HSV(B)340.78º63.19%63.92%-
XYZ18.711.8111.65-
YUV94.56127.12176.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=51.58%
G=18.99%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163609300.630.430.36340.7846.1943.73
HexA33C5D03F2B241552e2c
Octal2437413507753445255654
Binary1010001111110010111010111111101011100100101010101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33C5D; }

 p { color: rgb(163,60,93); }

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

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

 a { background-color: rgb(163,60,93); }

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

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

 span { border-color: rgb(163,60,93); }

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