Html Css Color HEX #AD315B Rouge

📋 copy color: '#AD315B'

red 173 ◦ green 49 ◦ blue 91

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

Shades of Rouge #AD315B

Tints of Rouge #AD315B

RGB

 RED value IS 173 (67.97% from 255) = 55.27%

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 55.27%
G = 15.65%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD315B (or 0xAD315B) is known color: Rouge. HEX triplet: AD, 31 and 5B. RGB value is (173,49,91). Sum of RGB (Red+Green+Blue) = 173+49+91=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD315B is #52CEA4. Grayscale: #5A5A5A. Windows color (decimal): -5426853 or 5976493. OLE color: 5976493.

HSL color Cylindrical-coordinate representation of color #AD315B: hue angle of 339.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD315B is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 91 -
CMYK 0 0.72 0.47 0.32
HSL 339.68º 0.56% 0.44% -
HSV(B) 339.68º 0.72% 0.68% -
XYZ 20.22 11.84 11.12 -
YUV 90.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 173 49 91 0 0.72 0.47 0.32 339.68 0.56 0.44
Hex AD 31 5B 0 48 2F 20 154 38 2C
Octal 255 61 133 0 110 57 40 524 70 54
Binary 10101101 110001 1011011 0 1001000 101111 100000 101010100 111000 101100

Color Harmonies of #AD315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD315B

Black with #AD315B

Text Example


Text Example

White with #AD315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD315B; }

 p { color: rgb(173,49,91); }

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

background-color css

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

 a { background-color: rgb(173,49,91); }

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

border-color css

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

 span { border-color: rgb(173,49,91); }

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