#b53a64

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

Shades of Rouge #B53A64

Tints of Rouge #B53A64

Color information

#B53A64 (or 0xB53A64) is unknown color: approx Rouge. HEX triplet: B5, 3A and 64. RGB value is (181,58,100). Sum of RGB (Red+Green+Blue) = 181+58+100=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A64 is #4AC59B. Grayscale: #636363. Windows color (decimal): -4900252 or 6568629. OLE color: 6568629.

HSL color Cylindrical-coordinate representation of color #B53A64: hue angle of 339.51º 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 #B53A64 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18158100-
CMYK00.680.450.29
HSL339.51º51.46%46.86%-
HSV(B)339.51º67.96%70.98%-
XYZ22.8713.7713.51-
YUV99.56128.25186.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=53.39%
G=17.11%
B=29.50%

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
Decimal1815810000.680.450.29339.5151.4646.86
HexB53A640442D1D154332f
Octal26572144010455355246357
Binary1011010111101011001000100010010110111101101010100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53a64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53a64; }

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

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

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

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

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

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

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

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