#B73365

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

Shades of Rouge #B73365

Tints of Rouge #B73365

Color information

#B73365 (or 0xB73365) is unknown color: approx Rouge. HEX triplet: B7, 33 and 65. RGB value is (183,51,101). Sum of RGB (Red+Green+Blue) = 183+51+101=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B73365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73365 is #48CC9A. Grayscale: #606060. Windows color (decimal): -4770971 or 6632375. OLE color: 6632375.

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

Color convert

RGB18351101-
CMYK00.720.450.28
HSL337.27º56.41%45.88%-
HSV(B)337.27º72.13%71.76%-
XYZ23.0613.3713.68-
YUV96.17130.73189.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=54.63%
G=15.22%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835110100.720.450.28337.2756.4145.88
HexB733650482D1C151382e
Octal26763145011055345217056
Binary1011011111001111001010100100010110111100101010001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73365; }

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

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

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

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

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

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

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

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