Html Css Color HEX #A13772 Rouge

📋 copy color: '#A13772'

red 161 ◦ green 55 ◦ blue 114

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

Shades of Rouge #A13772

Tints of Rouge #A13772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 48.79%
G = 16.67%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A13772 (or 0xA13772) is known color: Rouge. HEX triplet: A1, 37 and 72. RGB value is (161,55,114). Sum of RGB (Red+Green+Blue) = 161+55+114=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A13772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13772 is #5EC88D. Grayscale: #5D5D5D. Windows color (decimal): -6211726 or 7485345. OLE color: 7485345.

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

Color convert

RGB 161 55 114 -
CMYK 0 0.66 0.29 0.37
HSL 326.6º 0.49% 0.42% -
HSV(B) 326.6º 0.66% 0.63% -
XYZ 19.1 11.52 17.14 -
YUV 93.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 161 55 114 0 0.66 0.29 0.37 326.6 0.49 0.42
Hex A1 37 72 0 42 1D 25 147 31 2A
Octal 241 67 162 0 102 35 45 507 61 52
Binary 10100001 110111 1110010 0 1000010 11101 100101 101000111 110001 101010

Color Harmonies of #A13772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13772

Black with #A13772

Text Example


Text Example

White with #A13772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13772; }

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

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

background-color css

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

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

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

border-color css

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

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

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