Html Css Color HEX #A5325B Rouge

📋 copy color: '#A5325B'

red 165 ◦ green 50 ◦ blue 91

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

Shades of Rouge #A5325B

Tints of Rouge #A5325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

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

R = 53.92%
G = 16.34%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5325B (or 0xA5325B) is known color: Rouge. HEX triplet: A5, 32 and 5B. RGB value is (165,50,91). Sum of RGB (Red+Green+Blue) = 165+50+91=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5325B is #5ACDA4. Grayscale: #595959. Windows color (decimal): -5950885 or 5976741. OLE color: 5976741.

HSL color Cylindrical-coordinate representation of color #A5325B: hue angle of 338.61º degrees, saturation: 0.53, 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 #A5325B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 50 91 -
CMYK 0 0.70 0.45 0.35
HSL 338.61º 0.53% 0.42% -
HSV(B) 338.61º 0.7% 0.65% -
XYZ 18.55 11.04 11.05 -
YUV 89.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 165 50 91 0 0.70 0.45 0.35 338.61 0.53 0.42
Hex A5 32 5B 0 46 2D 23 153 35 2A
Octal 245 62 133 0 106 55 43 523 65 52
Binary 10100101 110010 1011011 0 1000110 101101 100011 101010011 110101 101010

Color Harmonies of #A5325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5325B

Black with #A5325B

Text Example


Text Example

White with #A5325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5325B; }

 p { color: rgb(165,50,91); }

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

background-color css

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

 a { background-color: rgb(165,50,91); }

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

border-color css

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

 span { border-color: rgb(165,50,91); }

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