Html Css Color HEX #AB376F Rouge

📋 copy color: '#AB376F'

red 171 ◦ green 55 ◦ blue 111

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

Shades of Rouge #AB376F

Tints of Rouge #AB376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 50.74%
G = 16.32%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB376F (or 0xAB376F) is known color: Rouge. HEX triplet: AB, 37 and 6F. RGB value is (171,55,111). Sum of RGB (Red+Green+Blue) = 171+55+111=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB376F is #54C890. Grayscale: #5F5F5F. Windows color (decimal): -5556369 or 7288747. OLE color: 7288747.

HSL color Cylindrical-coordinate representation of color #AB376F: hue angle of 331.03º 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 #AB376F is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 55 111 -
CMYK 0 0.68 0.35 0.33
HSL 331.03º 0.51% 0.44% -
HSV(B) 331.03º 0.68% 0.67% -
XYZ 21.03 12.54 16.35 -
YUV 96.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 171 55 111 0 0.68 0.35 0.33 331.03 0.51 0.44
Hex AB 37 6F 0 44 23 21 14B 33 2C
Octal 253 67 157 0 104 43 41 513 63 54
Binary 10101011 110111 1101111 0 1000100 100011 100001 101001011 110011 101100

Color Harmonies of #AB376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB376F

Black with #AB376F

Text Example


Text Example

White with #AB376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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