#B52F6A

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

Shades of Rouge #B52F6A

Tints of Rouge #B52F6A

Color information

#B52F6A (or 0xB52F6A) is unknown color: approx Rouge. HEX triplet: B5, 2F and 6A. RGB value is (181,47,106). Sum of RGB (Red+Green+Blue) = 181+47+106=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52F6A is #4AD095. Grayscale: #5D5D5D. Windows color (decimal): -4903062 or 6959029. OLE color: 6959029.

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

Color convert

RGB18147106-
CMYK00.740.410.29
HSL333.58º58.77%44.71%-
HSV(B)333.58º74.03%70.98%-
XYZ22.6712.914.93-
YUV93.79134.89190.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 47 (18.75% from 255) = 14.07%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=54.19%
G=14.07%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814710600.740.410.29333.5858.7744.71
HexB52F6A04A291D14e3b2d
Octal26557152011251355167355
Binary1011010110111111010100100101010100111101101001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F6A; }

 p { color: rgb(181,47,106); }

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

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

 a { background-color: rgb(181,47,106); }

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

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

 span { border-color: rgb(181,47,106); }

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