Html Css Color HEX #A1365D Rouge

📋 copy color: '#A1365D'

red 161 ◦ green 54 ◦ blue 93

#A1365D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #A1365D

Tints of Rouge #A1365D

RGB

 RED value IS 161 (63.28% from 255) = 52.27%

 GREEN value IS 54 (21.48% from 255) = 17.53%

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 52.27%
G = 17.53%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1365D (or 0xA1365D) is known color: Rouge. HEX triplet: A1, 36 and 5D. RGB value is (161,54,93). Sum of RGB (Red+Green+Blue) = 161+54+93=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1365D is #5EC9A2. Grayscale: #5A5A5A. Windows color (decimal): -6212003 or 6108833. OLE color: 6108833.

HSL color Cylindrical-coordinate representation of color #A1365D: hue angle of 338.13º degrees, saturation: 0.5, 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 #A1365D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 54 93 -
CMYK 0 0.66 0.42 0.37
HSL 338.13º 0.5% 0.42% -
HSV(B) 338.13º 0.66% 0.63% -
XYZ 17.99 11.01 11.53 -
YUV 90.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 161 54 93 0 0.66 0.42 0.37 338.13 0.5 0.42
Hex A1 36 5D 0 42 2A 25 152 32 2A
Octal 241 66 135 0 102 52 45 522 62 52
Binary 10100001 110110 1011101 0 1000010 101010 100101 101010010 110010 101010

Color Harmonies of #A1365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1365D

Black with #A1365D

Text Example


Text Example

White with #A1365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1365D; }

 p { color: rgb(161,54,93); }

 H1.HeaderClassName
 {
   color: #A1365D;
 }
 .AnyTagClassName
 {
   color: #A1365D;
 }
</style>

background-color css

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

 a { background-color: rgb(161,54,93); }

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

border-color css

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

 span { border-color: rgb(161,54,93); }

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