#B52F6C

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

Shades of Rouge #B52F6C

Tints of Rouge #B52F6C

Color information

#B52F6C (or 0xB52F6C) is unknown color: approx Rouge. HEX triplet: B5, 2F and 6C. RGB value is (181,47,108). Sum of RGB (Red+Green+Blue) = 181+47+108=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52F6C is #4AD093. Grayscale: #5D5D5D. Windows color (decimal): -4903060 or 7090101. OLE color: 7090101.

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

Color convert

RGB18147108-
CMYK00.740.400.29
HSL332.69º58.77%44.71%-
HSV(B)332.69º74.03%70.98%-
XYZ22.7812.9415.48-
YUV94.02135.89190.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 47 (18.75% from 255) = 13.99%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=53.87%
G=13.99%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814710800.740.400.29332.6958.7744.71
HexB52F6C04A281D14d3b2d
Octal26557154011250355157355
Binary1011010110111111011000100101010100011101101001101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F6C; }

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

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

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

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

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

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

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

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