Html Css Color HEX #A5315D Rouge

📋 copy color: '#A5315D'

red 165 ◦ green 49 ◦ blue 93

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

Shades of Rouge #A5315D

Tints of Rouge #A5315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 53.75%
G = 15.96%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5315D (or 0xA5315D) is known color: Rouge. HEX triplet: A5, 31 and 5D. RGB value is (165,49,93). Sum of RGB (Red+Green+Blue) = 165+49+93=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5315D is #5ACEA2. Grayscale: #585858. Windows color (decimal): -5951139 or 6107557. OLE color: 6107557.

HSL color Cylindrical-coordinate representation of color #A5315D: hue angle of 337.24º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5315D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 93 -
CMYK 0 0.70 0.44 0.35
HSL 337.24º 0.54% 0.42% -
HSV(B) 337.24º 0.7% 0.65% -
XYZ 18.59 10.99 11.5 -
YUV 88.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 165 49 93 0 0.70 0.44 0.35 337.24 0.54 0.42
Hex A5 31 5D 0 46 2C 23 151 36 2A
Octal 245 61 135 0 106 54 43 521 66 52
Binary 10100101 110001 1011101 0 1000110 101100 100011 101010001 110110 101010

Color Harmonies of #A5315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5315D

Black with #A5315D

Text Example


Text Example

White with #A5315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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