#b52961

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

Shades of Rouge #B52961

Tints of Rouge #B52961

Color information

#B52961 (or 0xB52961) is unknown color: approx Rouge. HEX triplet: B5, 29 and 61. RGB value is (181,41,97). Sum of RGB (Red+Green+Blue) = 181+41+97=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B52961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52961 is #4AD69E. Grayscale: #595959. Windows color (decimal): -4904607 or 6367669. OLE color: 6367669.

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

Color convert

RGB1814197-
CMYK00.770.460.29
HSL336º63.06%43.53%-
HSV(B)336º77.35%70.98%-
XYZ22.0112.2712.52-
YUV89.24132.38193.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=56.74%
G=12.85%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181419700.770.460.2933663.0643.53
HexB5296104D2E1D1503f2c
Octal26551141011556355207754
Binary1011010110100111000010100110110111011101101010000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52961; }

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

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

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

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

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

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

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

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