Html Css Color HEX #A1355D Rouge

📋 copy color: '#A1355D'

red 161 ◦ green 53 ◦ blue 93

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

Shades of Rouge #A1355D

Tints of Rouge #A1355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

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

R = 52.44%
G = 17.26%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1355D (or 0xA1355D) is known color: Rouge. HEX triplet: A1, 35 and 5D. RGB value is (161,53,93). Sum of RGB (Red+Green+Blue) = 161+53+93=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1355D is #5ECAA2. Grayscale: #595959. Windows color (decimal): -6212259 or 6108577. OLE color: 6108577.

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

Color convert

RGB 161 53 93 -
CMYK 0 0.67 0.42 0.37
HSL 337.78º 0.5% 0.42% -
HSV(B) 337.78º 0.67% 0.63% -
XYZ 17.95 10.91 11.52 -
YUV 89.85 129.78 178.75 -
System Red Green Blue C M Y K H S L
Decimal 161 53 93 0 0.67 0.42 0.37 337.78 0.5 0.42
Hex A1 35 5D 0 43 2A 25 152 32 2A
Octal 241 65 135 0 103 52 45 522 62 52
Binary 10100001 110101 1011101 0 1000011 101010 100101 101010010 110010 101010

Color Harmonies of #A1355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1355D

Black with #A1355D

Text Example


Text Example

White with #A1355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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