Html Css Color HEX #A8315D Rouge

📋 copy color: '#A8315D'

red 168 ◦ green 49 ◦ blue 93

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

Shades of Rouge #A8315D

Tints of Rouge #A8315D

RGB

 RED value IS 168 (66.02% from 255) = 54.19%

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

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

R = 54.19%
G = 15.81%
B = 30%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8315D (or 0xA8315D) is known color: Rouge. HEX triplet: A8, 31 and 5D. RGB value is (168,49,93). Sum of RGB (Red+Green+Blue) = 168+49+93=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8315D is #57CEA2. Grayscale: #595959. Windows color (decimal): -5754531 or 6107560. OLE color: 6107560.

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

Color convert

RGB 168 49 93 -
CMYK 0 0.71 0.45 0.34
HSL 337.82º 0.55% 0.43% -
HSV(B) 337.82º 0.71% 0.66% -
XYZ 19.22 11.31 11.53 -
YUV 89.6 129.92 183.92 -
System Red Green Blue C M Y K H S L
Decimal 168 49 93 0 0.71 0.45 0.34 337.82 0.55 0.43
Hex A8 31 5D 0 47 2D 22 152 37 2B
Octal 250 61 135 0 107 55 42 522 67 53
Binary 10101000 110001 1011101 0 1000111 101101 100010 101010010 110111 101011

Color Harmonies of #A8315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8315D

Black with #A8315D

Text Example


Text Example

White with #A8315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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