#B73562

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

Shades of Rouge #B73562

Tints of Rouge #B73562

Color information

#B73562 (or 0xB73562) is unknown color: approx Rouge. HEX triplet: B7, 35 and 62. RGB value is (183,53,98). Sum of RGB (Red+Green+Blue) = 183+53+98=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B73562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73562 is #48CA9D. Grayscale: #606060. Windows color (decimal): -4770462 or 6436279. OLE color: 6436279.

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

Color convert

RGB1835398-
CMYK00.710.460.28
HSL339.23º55.08%46.27%-
HSV(B)339.23º71.04%71.76%-
XYZ23.0113.512.95-
YUV97128.57189.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=54.79%
G=15.87%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183539800.710.460.28339.2355.0846.27
HexB735620472E1C153372e
Octal26765142010756345236756
Binary1011011111010111000100100011110111011100101010011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73562; }

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

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

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

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

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

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

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

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