Html Css Color HEX #A13974 Rouge

📋 copy color: '#A13974'

red 161 ◦ green 57 ◦ blue 116

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

Shades of Rouge #A13974

Tints of Rouge #A13974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 48.2%
G = 17.07%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A13974 (or 0xA13974) is known color: Rouge. HEX triplet: A1, 39 and 74. RGB value is (161,57,116). Sum of RGB (Red+Green+Blue) = 161+57+116=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A13974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13974 is #5EC68B. Grayscale: #5E5E5E. Windows color (decimal): -6211212 or 7616929. OLE color: 7616929.

HSL color Cylindrical-coordinate representation of color #A13974: hue angle of 325.96º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13974 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 57 116 -
CMYK 0 0.65 0.28 0.37
HSL 325.96º 0.48% 0.43% -
HSV(B) 325.96º 0.65% 0.63% -
XYZ 19.31 11.76 17.78 -
YUV 94.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 161 57 116 0 0.65 0.28 0.37 325.96 0.48 0.43
Hex A1 39 74 0 41 1C 25 146 30 2B
Octal 241 71 164 0 101 34 45 506 60 53
Binary 10100001 111001 1110100 0 1000001 11100 100101 101000110 110000 101011

Color Harmonies of #A13974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13974

Black with #A13974

Text Example


Text Example

White with #A13974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13974; }

 p { color: rgb(161,57,116); }

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

background-color css

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

 a { background-color: rgb(161,57,116); }

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

border-color css

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

 span { border-color: rgb(161,57,116); }

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