#B73561

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

Shades of Rouge #B73561

Tints of Rouge #B73561

Color information

#B73561 (or 0xB73561) is unknown color: approx Rouge. HEX triplet: B7, 35 and 61. RGB value is (183,53,97). Sum of RGB (Red+Green+Blue) = 183+53+97=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B73561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73561 is #48CA9E. Grayscale: #606060. Windows color (decimal): -4770463 or 6370743. OLE color: 6370743.

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

Color convert

RGB1835397-
CMYK00.710.470.28
HSL339.69º55.08%46.27%-
HSV(B)339.69º71.04%71.76%-
XYZ22.9613.4812.7-
YUV96.89128.07189.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=54.95%
G=15.92%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183539700.710.470.28339.6955.0846.27
HexB735610472F1C154372e
Octal26765141010757345246756
Binary1011011111010111000010100011110111111100101010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73561; }

 p { color: rgb(183,53,97); }

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

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

 a { background-color: rgb(183,53,97); }

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

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

 span { border-color: rgb(183,53,97); }

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