#B72D69

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

Shades of Rouge #B72D69

Tints of Rouge #B72D69

Color information

#B72D69 (or 0xB72D69) is unknown color: approx Rouge. HEX triplet: B7, 2D and 69. RGB value is (183,45,105). Sum of RGB (Red+Green+Blue) = 183+45+105=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D69 is #48D296. Grayscale: #5C5C5C. Windows color (decimal): -4772503 or 6892983. OLE color: 6892983.

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

Color convert

RGB18345105-
CMYK00.750.430.28
HSL333.91º60.53%44.71%-
HSV(B)333.91º75.41%71.76%-
XYZ23.0212.9614.65-
YUV93.1134.72192.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 45 (17.97% from 255) = 13.51%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=54.95%
G=13.51%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834510500.750.430.28333.9160.5344.71
HexB72D6904B2B1C14e3d2d
Octal26755151011353345167555
Binary1011011110110111010010100101110101111100101001110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D69; }

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

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

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

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

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

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

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

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