#B53A63

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

Shades of Rouge #B53A63

Tints of Rouge #B53A63

Color information

#B53A63 (or 0xB53A63) is unknown color: approx Rouge. HEX triplet: B5, 3A and 63. RGB value is (181,58,99). Sum of RGB (Red+Green+Blue) = 181+58+99=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A63 is #4AC59C. Grayscale: #636363. Windows color (decimal): -4900253 or 6503093. OLE color: 6503093.

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

Color convert

RGB1815899-
CMYK00.680.450.29
HSL340º51.46%46.86%-
HSV(B)340º67.96%70.98%-
XYZ22.8213.7513.26-
YUV99.45127.75186.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.55%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=53.55%
G=17.16%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181589900.680.450.2934051.4646.86
HexB53A630442D1D154332f
Octal26572143010455355246357
Binary1011010111101011000110100010010110111101101010100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A63; }

 p { color: rgb(181,58,99); }

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

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

 a { background-color: rgb(181,58,99); }

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

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

 span { border-color: rgb(181,58,99); }

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