#B53761

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

Shades of Rouge #B53761

Tints of Rouge #B53761

Color information

#B53761 (or 0xB53761) is unknown color: approx Rouge. HEX triplet: B5, 37 and 61. RGB value is (181,55,97). Sum of RGB (Red+Green+Blue) = 181+55+97=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B53761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53761 is #4AC89E. Grayscale: #616161. Windows color (decimal): -4901023 or 6371253. OLE color: 6371253.

HSL color Cylindrical-coordinate representation of color #B53761: hue angle of 340º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53761 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1815597-
CMYK00.700.460.29
HSL340º53.39%46.27%-
HSV(B)340º69.61%70.98%-
XYZ22.5813.4212.71-
YUV97.46127.74187.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=54.35%
G=16.52%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181559700.700.460.2934053.3946.27
HexB537610462E1D154352e
Octal26567141010656355246556
Binary1011010111011111000010100011010111011101101010100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53761; }

 p { color: rgb(181,55,97); }

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

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

 a { background-color: rgb(181,55,97); }

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

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

 span { border-color: rgb(181,55,97); }

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