#B53368

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

Shades of Rouge #B53368

Tints of Rouge #B53368

Color information

#B53368 (or 0xB53368) is unknown color: approx Rouge. HEX triplet: B5, 33 and 68. RGB value is (181,51,104). Sum of RGB (Red+Green+Blue) = 181+51+104=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B53368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53368 is #4ACC97. Grayscale: #5F5F5F. Windows color (decimal): -4902040 or 6828981. OLE color: 6828981.

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

Color convert

RGB18151104-
CMYK00.720.430.29
HSL335.54º56.03%45.49%-
HSV(B)335.54º71.82%70.98%-
XYZ22.7413.1914.44-
YUV95.91132.57188.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=53.87%
G=15.18%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815110400.720.430.29335.5456.0345.49
HexB533680482B1D150382d
Octal26563150011053355207055
Binary1011010111001111010000100100010101111101101010000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53368; }

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

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

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

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

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

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

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

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