#B5336D

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

Shades of Rouge #B5336D

Tints of Rouge #B5336D

Color information

#B5336D (or 0xB5336D) is unknown color: approx Rouge. HEX triplet: B5, 33 and 6D. RGB value is (181,51,109). Sum of RGB (Red+Green+Blue) = 181+51+109=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5336D is #4ACC92. Grayscale: #606060. Windows color (decimal): -4902035 or 7156661. OLE color: 7156661.

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

Color convert

RGB18151109-
CMYK00.720.400.29
HSL333.23º56.03%45.49%-
HSV(B)333.23º71.82%70.98%-
XYZ2313.315.82-
YUV96.48135.07188.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=53.08%
G=14.96%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815110900.720.400.29333.2356.0345.49
HexB5336D048281D14d382d
Octal26563155011050355157055
Binary1011010111001111011010100100010100011101101001101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5336D; }

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

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

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

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

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

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

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

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