#B52F6D

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

Shades of Rouge #B52F6D

Tints of Rouge #B52F6D

Color information

#B52F6D (or 0xB52F6D) is unknown color: approx Rouge. HEX triplet: B5, 2F and 6D. RGB value is (181,47,109). Sum of RGB (Red+Green+Blue) = 181+47+109=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52F6D is #4AD092. Grayscale: #5E5E5E. Windows color (decimal): -4903059 or 7155637. OLE color: 7155637.

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

Color convert

RGB18147109-
CMYK00.740.400.29
HSL332.24º58.77%44.71%-
HSV(B)332.24º74.03%70.98%-
XYZ22.8312.9615.77-
YUV94.13136.39189.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.71%
GREEN value IS 47 (18.75% from 255) = 13.95%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=53.71%
G=13.95%
B=32.34%

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
Decimal1814710900.740.400.29332.2458.7744.71
HexB52F6D04A281D14c3b2d
Octal26557155011250355147355
Binary1011010110111111011010100101010100011101101001100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F6D; }

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

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

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

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

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

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

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

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