Html Css Color HEX #A5365D Rouge

📋 copy color: '#A5365D'

red 165 ◦ green 54 ◦ blue 93

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

Shades of Rouge #A5365D

Tints of Rouge #A5365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

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

R = 52.88%
G = 17.31%
B = 29.81%

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

#A5365D (or 0xA5365D) is known color: Rouge. HEX triplet: A5, 36 and 5D. RGB value is (165,54,93). Sum of RGB (Red+Green+Blue) = 165+54+93=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5365D is #5AC9A2. Grayscale: #5B5B5B. Windows color (decimal): -5949859 or 6108837. OLE color: 6108837.

HSL color Cylindrical-coordinate representation of color #A5365D: hue angle of 338.92º degrees, saturation: 0.51, 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 #A5365D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 54 93 -
CMYK 0 0.67 0.44 0.35
HSL 338.92º 0.51% 0.43% -
HSV(B) 338.92º 0.67% 0.65% -
XYZ 18.81 11.43 11.57 -
YUV 91.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 165 54 93 0 0.67 0.44 0.35 338.92 0.51 0.43
Hex A5 36 5D 0 43 2C 23 153 33 2B
Octal 245 66 135 0 103 54 43 523 63 53
Binary 10100101 110110 1011101 0 1000011 101100 100011 101010011 110011 101011

Color Harmonies of #A5365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5365D

Black with #A5365D

Text Example


Text Example

White with #A5365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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