#A1375F

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

Shades of Rouge #A1375F

Tints of Rouge #A1375F

Color information

#A1375F (or 0xA1375F) is unknown color: approx Rouge. HEX triplet: A1, 37 and 5F. RGB value is (161,55,95). Sum of RGB (Red+Green+Blue) = 161+55+95=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1375F is #5EC8A0. Grayscale: #5B5B5B. Windows color (decimal): -6211745 or 6240161. OLE color: 6240161.

HSL color Cylindrical-coordinate representation of color #A1375F: hue angle of 337.36º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1375F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1615595-
CMYK00.660.410.37
HSL337.36º49.07%42.35%-
HSV(B)337.36º65.84%63.14%-
XYZ18.1311.1412.02-
YUV91.25130.12177.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=51.77%
G=17.68%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161559500.660.410.37337.3649.0742.35
HexA1375F0422925151312a
Octal24167137010251455216152
Binary10100001110111101111101000010101001100101101010001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1375F; }

 p { color: rgb(161,55,95); }

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

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

 a { background-color: rgb(161,55,95); }

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

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

 span { border-color: rgb(161,55,95); }

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