Html Css Color HEX #A9375D Rouge

📋 copy color: '#A9375D'

red 169 ◦ green 55 ◦ blue 93

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

Shades of Rouge #A9375D

Tints of Rouge #A9375D

RGB

 RED value IS 169 (66.41% from 255) = 53.31%

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

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

R = 53.31%
G = 17.35%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9375D (or 0xA9375D) is known color: Rouge. HEX triplet: A9, 37 and 5D. RGB value is (169,55,93). Sum of RGB (Red+Green+Blue) = 169+55+93=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A9375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9375D is #56C8A2. Grayscale: #5D5D5D. Windows color (decimal): -5687459 or 6109097. OLE color: 6109097.

HSL color Cylindrical-coordinate representation of color #A9375D: hue angle of 340º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9375D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 55 93 -
CMYK 0 0.67 0.45 0.34
HSL 340º 0.51% 0.44% -
HSV(B) 340º 0.67% 0.66% -
XYZ 19.7 11.96 11.63 -
YUV 93.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 169 55 93 0 0.67 0.45 0.34 340 0.51 0.44
Hex A9 37 5D 0 43 2D 22 154 33 2C
Octal 251 67 135 0 103 55 42 524 63 54
Binary 10101001 110111 1011101 0 1000011 101101 100010 101010100 110011 101100

Color Harmonies of #A9375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9375D

Black with #A9375D

Text Example


Text Example

White with #A9375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9375D; }

 p { color: rgb(169,55,93); }

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

background-color css

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

 a { background-color: rgb(169,55,93); }

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

border-color css

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

 span { border-color: rgb(169,55,93); }

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