#B52566

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

Shades of Rouge #B52566

Tints of Rouge #B52566

Color information

#B52566 (or 0xB52566) is unknown color: approx Rouge. HEX triplet: B5, 25 and 66. RGB value is (181,37,102). Sum of RGB (Red+Green+Blue) = 181+37+102=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B52566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52566 is #4ADA99. Grayscale: #575757. Windows color (decimal): -4905626 or 6694325. OLE color: 6694325.

HSL color Cylindrical-coordinate representation of color #B52566: hue angle of 332.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52566 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18137102-
CMYK00.800.440.29
HSL332.92º66.06%42.75%-
HSV(B)332.92º79.56%70.98%-
XYZ22.1212.1113.74-
YUV87.47136.21194.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.56%
GREEN value IS 37 (14.84% from 255) = 11.56%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=56.56%
G=11.56%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813710200.800.440.29332.9266.0642.75
HexB525660502C1D14d422b
Octal265451460120543551510253
Binary10110101100101110011001010000101100111011010011011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52566; }

 p { color: rgb(181,37,102); }

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

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

 a { background-color: rgb(181,37,102); }

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

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

 span { border-color: rgb(181,37,102); }

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