#B53860

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

Shades of Rouge #B53860

Tints of Rouge #B53860

Color information

#B53860 (or 0xB53860) is unknown color: approx Rouge. HEX triplet: B5, 38 and 60. RGB value is (181,56,96). Sum of RGB (Red+Green+Blue) = 181+56+96=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B53860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53860 is #4AC79F. Grayscale: #616161. Windows color (decimal): -4900768 or 6305973. OLE color: 6305973.

HSL color Cylindrical-coordinate representation of color #B53860: hue angle of 340.8º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53860 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1815696-
CMYK00.690.470.29
HSL340.8º52.74%46.47%-
HSV(B)340.8º69.06%70.98%-
XYZ22.5813.512.48-
YUV97.94126.91187.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=54.35%
G=16.82%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181569600.690.470.29340.852.7446.47
HexB538600452F1D155352e
Octal26570140010557355256556
Binary1011010111100011000000100010110111111101101010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53860; }

 p { color: rgb(181,56,96); }

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

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

 a { background-color: rgb(181,56,96); }

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

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

 span { border-color: rgb(181,56,96); }

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