#B13B61

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

Shades of Rouge #B13B61

Tints of Rouge #B13B61

Color information

#B13B61 (or 0xB13B61) is unknown color: approx Rouge. HEX triplet: B1, 3B and 61. RGB value is (177,59,97). Sum of RGB (Red+Green+Blue) = 177+59+97=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B61 is #4EC49E. Grayscale: #626262. Windows color (decimal): -5162143 or 6372273. OLE color: 6372273.

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

Color convert

RGB1775997-
CMYK00.670.450.31
HSL340.68º50%46.27%-
HSV(B)340.68º66.67%69.41%-
XYZ21.8513.3412.73-
YUV98.61127.09183.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=53.15%
G=17.72%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177599700.670.450.31340.685046.27
HexB13B610432D1F155322e
Octal26173141010355375256256
Binary1011000111101111000010100001110110111111101010101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B61; }

 p { color: rgb(177,59,97); }

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

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

 a { background-color: rgb(177,59,97); }

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

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

 span { border-color: rgb(177,59,97); }

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