Html Css Color HEX #A5376B Rouge

📋 copy color: '#A5376B'

red 165 ◦ green 55 ◦ blue 107

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

Shades of Rouge #A5376B

Tints of Rouge #A5376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 50.46%
G = 16.82%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5376B (or 0xA5376B) is known color: Rouge. HEX triplet: A5, 37 and 6B. RGB value is (165,55,107). Sum of RGB (Red+Green+Blue) = 165+55+107=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5376B is #5AC894. Grayscale: #5D5D5D. Windows color (decimal): -5949589 or 7026597. OLE color: 7026597.

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

Color convert

RGB 165 55 107 -
CMYK 0 0.67 0.35 0.35
HSL 331.64º 0.5% 0.43% -
HSV(B) 331.64º 0.67% 0.65% -
XYZ 19.54 11.79 15.16 -
YUV 93.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 165 55 107 0 0.67 0.35 0.35 331.64 0.5 0.43
Hex A5 37 6B 0 43 23 23 14C 32 2B
Octal 245 67 153 0 103 43 43 514 62 53
Binary 10100101 110111 1101011 0 1000011 100011 100011 101001100 110010 101011

Color Harmonies of #A5376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5376B

Black with #A5376B

Text Example


Text Example

White with #A5376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5376B; }

 p { color: rgb(165,55,107); }

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

background-color css

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

 a { background-color: rgb(165,55,107); }

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

border-color css

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

 span { border-color: rgb(165,55,107); }

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