#A13872

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

Shades of Rouge #A13872

Tints of Rouge #A13872

Color information

#A13872 (or 0xA13872) is unknown color: approx Rouge. HEX triplet: A1, 38 and 72. RGB value is (161,56,114). Sum of RGB (Red+Green+Blue) = 161+56+114=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A13872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13872 is #5EC78D. Grayscale: #5D5D5D. Windows color (decimal): -6211470 or 7485601. OLE color: 7485601.

HSL color Cylindrical-coordinate representation of color #A13872: hue angle of 326.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13872 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16156114-
CMYK00.650.290.37
HSL326.86º48.39%42.55%-
HSV(B)326.86º65.22%63.14%-
XYZ19.1511.6217.15-
YUV94.01139.29175.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=48.64%
G=16.92%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615611400.650.290.37326.8648.3942.55
HexA138720411D25147302b
Octal24170162010135455076053
Binary1010000111100011100100100000111101100101101000111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13872; }

 p { color: rgb(161,56,114); }

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

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

 a { background-color: rgb(161,56,114); }

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

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

 span { border-color: rgb(161,56,114); }

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