Html Css Color HEX #A4376B Rouge

📋 copy color: '#A4376B'

red 164 ◦ green 55 ◦ blue 107

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

Shades of Rouge #A4376B

Tints of Rouge #A4376B

RGB

 RED value IS 164 (64.45% from 255) = 50.31%

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

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

R = 50.31%
G = 16.87%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4376B (or 0xA4376B) is known color: Rouge. HEX triplet: A4, 37 and 6B. RGB value is (164,55,107). Sum of RGB (Red+Green+Blue) = 164+55+107=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4376B is #5BC894. Grayscale: #5D5D5D. Windows color (decimal): -6015125 or 7026596. OLE color: 7026596.

HSL color Cylindrical-coordinate representation of color #A4376B: hue angle of 331.38º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4376B is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 55 107 -
CMYK 0 0.66 0.35 0.36
HSL 331.38º 0.5% 0.43% -
HSV(B) 331.38º 0.66% 0.64% -
XYZ 19.33 11.69 15.15 -
YUV 93.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 164 55 107 0 0.66 0.35 0.36 331.38 0.5 0.43
Hex A4 37 6B 0 42 23 24 14B 32 2B
Octal 244 67 153 0 102 43 44 513 62 53
Binary 10100100 110111 1101011 0 1000010 100011 100100 101001011 110010 101011

Color Harmonies of #A4376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4376B

Black with #A4376B

Text Example


Text Example

White with #A4376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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