#B53561

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

Shades of Rouge #B53561

Tints of Rouge #B53561

Color information

#B53561 (or 0xB53561) is unknown color: approx Rouge. HEX triplet: B5, 35 and 61. RGB value is (181,53,97). Sum of RGB (Red+Green+Blue) = 181+53+97=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B53561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53561 is #4ACA9E. Grayscale: #606060. Windows color (decimal): -4901535 or 6370741. OLE color: 6370741.

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

Color convert

RGB1815397-
CMYK00.710.460.29
HSL339.38º54.7%45.88%-
HSV(B)339.38º70.72%70.98%-
XYZ22.4913.2312.68-
YUV96.29128.41188.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=54.68%
G=16.01%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181539700.710.460.29339.3854.745.88
HexB535610472E1D153372e
Octal26565141010756355236756
Binary1011010111010111000010100011110111011101101010011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53561; }

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

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

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

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

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

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

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

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