#B53367

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

Shades of Rouge #B53367

Tints of Rouge #B53367

Color information

#B53367 (or 0xB53367) is unknown color: approx Rouge. HEX triplet: B5, 33 and 67. RGB value is (181,51,103). Sum of RGB (Red+Green+Blue) = 181+51+103=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B53367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53367 is #4ACC98. Grayscale: #5F5F5F. Windows color (decimal): -4902041 or 6763445. OLE color: 6763445.

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

Color convert

RGB18151103-
CMYK00.720.430.29
HSL336º56.03%45.49%-
HSV(B)336º71.82%70.98%-
XYZ22.6913.1714.18-
YUV95.8132.07188.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 103 (40.62% from 255) = 30.75%
R=54.03%
G=15.22%
B=30.75%

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
Decimal1815110300.720.430.2933656.0345.49
HexB533670482B1D150382d
Octal26563147011053355207055
Binary1011010111001111001110100100010101111101101010000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53367; }

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

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

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

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

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

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

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

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