Html Css Color HEX #B13471 Rouge

📋 copy color: '#B13471'

red 177 ◦ green 52 ◦ blue 113

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

Shades of Rouge #B13471

Tints of Rouge #B13471

RGB

 RED value IS 177 (69.53% from 255) = 51.75%

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 51.75%
G = 15.2%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B13471 (or 0xB13471) is known color: Rouge. HEX triplet: B1, 34 and 71. RGB value is (177,52,113). Sum of RGB (Red+Green+Blue) = 177+52+113=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B13471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13471 is #4ECB8E. Grayscale: #606060. Windows color (decimal): -5163919 or 7419057. OLE color: 7419057.

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

Color convert

RGB 177 52 113 -
CMYK 0 0.71 0.36 0.31
HSL 330.72º 0.55% 0.45% -
HSV(B) 330.72º 0.71% 0.69% -
XYZ 22.34 13 16.95 -
YUV 96.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 177 52 113 0 0.71 0.36 0.31 330.72 0.55 0.45
Hex B1 34 71 0 47 24 1F 14B 37 2D
Octal 261 64 161 0 107 44 37 513 67 55
Binary 10110001 110100 1110001 0 1000111 100100 11111 101001011 110111 101101

Color Harmonies of #B13471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13471

Black with #B13471

Text Example


Text Example

White with #B13471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13471; }

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

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

background-color css

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

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

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

border-color css

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

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

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