Html Css Color HEX #A13760 Rouge

📋 copy color: '#A13760'

red 161 ◦ green 55 ◦ blue 96

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

Shades of Rouge #A13760

Tints of Rouge #A13760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 51.6%
G = 17.63%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A13760 (or 0xA13760) is known color: Rouge. HEX triplet: A1, 37 and 60. RGB value is (161,55,96). Sum of RGB (Red+Green+Blue) = 161+55+96=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A13760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13760 is #5EC89F. Grayscale: #5B5B5B. Windows color (decimal): -6211744 or 6305697. OLE color: 6305697.

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

Color convert

RGB 161 55 96 -
CMYK 0 0.66 0.40 0.37
HSL 336.79º 0.49% 0.42% -
HSV(B) 336.79º 0.66% 0.63% -
XYZ 18.18 11.15 12.26 -
YUV 91.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 161 55 96 0 0.66 0.40 0.37 336.79 0.49 0.42
Hex A1 37 60 0 42 28 25 151 31 2A
Octal 241 67 140 0 102 50 45 521 61 52
Binary 10100001 110111 1100000 0 1000010 101000 100101 101010001 110001 101010

Color Harmonies of #A13760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13760

Black with #A13760

Text Example


Text Example

White with #A13760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13760; }

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

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

background-color css

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

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

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

border-color css

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

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

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