#B72E6D

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

Shades of Rouge #B72E6D

Tints of Rouge #B72E6D

Color information

#B72E6D (or 0xB72E6D) is unknown color: approx Rouge. HEX triplet: B7, 2E and 6D. RGB value is (183,46,109). Sum of RGB (Red+Green+Blue) = 183+46+109=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E6D is #48D192. Grayscale: #5E5E5E. Windows color (decimal): -4772243 or 7155383. OLE color: 7155383.

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

Color convert

RGB18346109-
CMYK00.750.400.28
HSL332.41º59.83%44.9%-
HSV(B)332.41º74.86%71.76%-
XYZ23.2713.1315.78-
YUV94.14136.39191.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.14%
GREEN value IS 46 (18.36% from 255) = 13.61%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=54.14%
G=13.61%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834610900.750.400.28332.4159.8344.9
HexB72E6D04B281C14c3c2d
Octal26756155011350345147455
Binary1011011110111011011010100101110100011100101001100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E6D; }

 p { color: rgb(183,46,109); }

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

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

 a { background-color: rgb(183,46,109); }

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

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

 span { border-color: rgb(183,46,109); }

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