#B73569

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

Shades of Rouge #B73569

Tints of Rouge #B73569

Color information

#B73569 (or 0xB73569) is unknown color: approx Rouge. HEX triplet: B7, 35 and 69. RGB value is (183,53,105). Sum of RGB (Red+Green+Blue) = 183+53+105=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B73569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73569 is #48CA96. Grayscale: #616161. Windows color (decimal): -4770455 or 6895031. OLE color: 6895031.

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

Color convert

RGB18353105-
CMYK00.710.430.28
HSL336º55.08%46.27%-
HSV(B)336º71.04%71.76%-
XYZ23.3513.6314.77-
YUV97.8132.07188.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=53.67%
G=15.54%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835310500.710.430.2833655.0846.27
HexB735690472B1C150372e
Octal26765151010753345206756
Binary1011011111010111010010100011110101111100101010000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73569; }

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

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

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

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

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

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

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

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