#A33D5E

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

Shades of Rouge #A33D5E

Tints of Rouge #A33D5E

Color information

#A33D5E (or 0xA33D5E) is unknown color: approx Rouge. HEX triplet: A3, 3D and 5E. RGB value is (163,61,94). Sum of RGB (Red+Green+Blue) = 163+61+94=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D5E is #5CC2A1. Grayscale: #5F5F5F. Windows color (decimal): -6079138 or 6176163. OLE color: 6176163.

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

Color convert

RGB1636194-
CMYK00.630.420.36
HSL340.59º45.54%43.92%-
HSV(B)340.59º62.58%63.92%-
XYZ18.7911.9311.9-
YUV95.26127.29176.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 61 (24.22% from 255) = 19.18%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=51.26%
G=19.18%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163619400.630.420.36340.5945.5443.92
HexA33D5E03F2A241552e2c
Octal2437513607752445255654
Binary1010001111110110111100111111101010100100101010101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33D5E; }

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

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

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

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

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

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

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

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