#B13871

Color #B13871 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B13871

Tints of Rouge #B13871

Color information

#B13871 (or 0xB13871) is unknown color: approx Rouge. HEX triplet: B1, 38 and 71. RGB value is (177,56,113). Sum of RGB (Red+Green+Blue) = 177+56+113=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B13871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13871 is #4EC78E. Grayscale: #626262. Windows color (decimal): -5162895 or 7420081. OLE color: 7420081.

HSL color Cylindrical-coordinate representation of color #B13871: hue angle of 331.74º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13871 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17756113-
CMYK00.680.360.31
HSL331.74º51.93%45.69%-
HSV(B)331.74º68.36%69.41%-
XYZ22.5313.3717.02-
YUV98.68136.09183.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 56 (22.27% from 255) = 16.18%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=51.16%
G=16.18%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775611300.680.360.31331.7451.9345.69
HexB13871044241F14c342e
Octal26170161010444375146456
Binary1011000111100011100010100010010010011111101001100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13871; }

 p { color: rgb(177,56,113); }

 H1.HeaderClassName
 {
   color: #B13871;
 }
 .AnyTagClassName
 {
   color: #B13871;
 }
</style>
background-color css

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

 a { background-color: rgb(177,56,113); }

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

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

 span { border-color: rgb(177,56,113); }

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