Html Css Color HEX #AB376D Rouge

📋 copy color: '#AB376D'

red 171 ◦ green 55 ◦ blue 109

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

Shades of Rouge #AB376D

Tints of Rouge #AB376D

RGB

 RED value IS 171 (67.19% from 255) = 51.04%

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 51.04%
G = 16.42%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB376D (or 0xAB376D) is known color: Rouge. HEX triplet: AB, 37 and 6D. RGB value is (171,55,109). Sum of RGB (Red+Green+Blue) = 171+55+109=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB376D is #54C892. Grayscale: #5F5F5F. Windows color (decimal): -5556371 or 7157675. OLE color: 7157675.

HSL color Cylindrical-coordinate representation of color #AB376D: hue angle of 332.07º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB376D is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 55 109 -
CMYK 0 0.68 0.36 0.33
HSL 332.07º 0.51% 0.44% -
HSV(B) 332.07º 0.68% 0.67% -
XYZ 20.92 12.49 15.78 -
YUV 95.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 171 55 109 0 0.68 0.36 0.33 332.07 0.51 0.44
Hex AB 37 6D 0 44 24 21 14C 33 2C
Octal 253 67 155 0 104 44 41 514 63 54
Binary 10101011 110111 1101101 0 1000100 100100 100001 101001100 110011 101100

Color Harmonies of #AB376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB376D

Black with #AB376D

Text Example


Text Example

White with #AB376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB376D; }

 p { color: rgb(171,55,109); }

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

background-color css

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

 a { background-color: rgb(171,55,109); }

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

border-color css

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

 span { border-color: rgb(171,55,109); }

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