#B73363

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

Shades of Rouge #B73363

Tints of Rouge #B73363

Color information

#B73363 (or 0xB73363) is unknown color: approx Rouge. HEX triplet: B7, 33 and 63. RGB value is (183,51,99). Sum of RGB (Red+Green+Blue) = 183+51+99=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B73363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73363 is #48CC9C. Grayscale: #5F5F5F. Windows color (decimal): -4770973 or 6501303. OLE color: 6501303.

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

Color convert

RGB1835199-
CMYK00.720.460.28
HSL338.18º56.41%45.88%-
HSV(B)338.18º72.13%71.76%-
XYZ22.9613.3413.17-
YUV95.94129.73190.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=54.95%
G=15.32%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183519900.720.460.28338.1856.4145.88
HexB733630482E1C152382e
Octal26763143011056345227056
Binary1011011111001111000110100100010111011100101010010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73363; }

 p { color: rgb(183,51,99); }

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

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

 a { background-color: rgb(183,51,99); }

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

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

 span { border-color: rgb(183,51,99); }

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