#A53B73

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

Shades of Rouge #A53B73

Tints of Rouge #A53B73

Color information

#A53B73 (or 0xA53B73) is unknown color: approx Rouge. HEX triplet: A5, 3B and 73. RGB value is (165,59,115). Sum of RGB (Red+Green+Blue) = 165+59+115=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B73 is #5AC48C. Grayscale: #606060. Windows color (decimal): -5948557 or 7551909. OLE color: 7551909.

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

Color convert

RGB16559115-
CMYK00.640.300.35
HSL328.3º47.32%43.92%-
HSV(B)328.3º64.24%64.71%-
XYZ20.1812.3717.54-
YUV97.08138.12176.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=48.67%
G=17.40%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655911500.640.300.35328.347.3243.92
HexA53B730401E231482f2c
Octal24573163010036435105754
Binary1010010111101111100110100000011110100011101001000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B73; }

 p { color: rgb(165,59,115); }

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

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

 a { background-color: rgb(165,59,115); }

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

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

 span { border-color: rgb(165,59,115); }

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