#B73369

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

Shades of Rouge #B73369

Tints of Rouge #B73369

Color information

#B73369 (or 0xB73369) is unknown color: approx Rouge. HEX triplet: B7, 33 and 69. RGB value is (183,51,105). Sum of RGB (Red+Green+Blue) = 183+51+105=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B73369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73369 is #48CC96. Grayscale: #606060. Windows color (decimal): -4770967 or 6894519. OLE color: 6894519.

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

Color convert

RGB18351105-
CMYK00.720.430.28
HSL335.45º56.41%45.88%-
HSV(B)335.45º72.13%71.76%-
XYZ23.2613.4514.74-
YUV96.62132.73189.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=53.98%
G=15.04%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835110500.720.430.28335.4556.4145.88
HexB733690482B1C14f382e
Octal26763151011053345177056
Binary1011011111001111010010100100010101111100101001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73369; }

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

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

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

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

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

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

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

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