#B13561

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

Shades of Rouge #B13561

Tints of Rouge #B13561

Color information

#B13561 (or 0xB13561) is unknown color: approx Rouge. HEX triplet: B1, 35 and 61. RGB value is (177,53,97). Sum of RGB (Red+Green+Blue) = 177+53+97=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B13561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13561 is #4ECA9E. Grayscale: #5F5F5F. Windows color (decimal): -5163679 or 6370737. OLE color: 6370737.

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

Color convert

RGB1775397-
CMYK00.700.450.31
HSL338.71º53.91%45.1%-
HSV(B)338.71º70.06%69.41%-
XYZ21.5612.7612.64-
YUV95.09129.08186.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=54.13%
G=16.21%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177539700.700.450.31338.7153.9145.1
HexB135610462D1F153362d
Octal26165141010655375236655
Binary1011000111010111000010100011010110111111101010011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13561; }

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

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

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

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

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

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

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

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