Html Css Color HEX #A5375D Rouge

📋 copy color: '#A5375D'

red 165 ◦ green 55 ◦ blue 93

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

Shades of Rouge #A5375D

Tints of Rouge #A5375D

RGB

 RED value IS 165 (64.84% from 255) = 52.72%

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

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

R = 52.72%
G = 17.57%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5375D (or 0xA5375D) is known color: Rouge. HEX triplet: A5, 37 and 5D. RGB value is (165,55,93). Sum of RGB (Red+Green+Blue) = 165+55+93=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5375D is #5AC8A2. Grayscale: #5C5C5C. Windows color (decimal): -5949603 or 6109093. OLE color: 6109093.

HSL color Cylindrical-coordinate representation of color #A5375D: hue angle of 339.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5375D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 55 93 -
CMYK 0 0.67 0.44 0.35
HSL 339.27º 0.5% 0.43% -
HSV(B) 339.27º 0.67% 0.65% -
XYZ 18.86 11.52 11.59 -
YUV 92.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 165 55 93 0 0.67 0.44 0.35 339.27 0.5 0.43
Hex A5 37 5D 0 43 2C 23 153 32 2B
Octal 245 67 135 0 103 54 43 523 62 53
Binary 10100101 110111 1011101 0 1000011 101100 100011 101010011 110010 101011

Color Harmonies of #A5375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5375D

Black with #A5375D

Text Example


Text Example

White with #A5375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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