#B72861

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

Shades of Rouge #B72861

Tints of Rouge #B72861

Color information

#B72861 (or 0xB72861) is unknown color: approx Rouge. HEX triplet: B7, 28 and 61. RGB value is (183,40,97). Sum of RGB (Red+Green+Blue) = 183+40+97=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B72861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72861 is #48D79E. Grayscale: #595959. Windows color (decimal): -4773791 or 6367415. OLE color: 6367415.

HSL color Cylindrical-coordinate representation of color #B72861: hue angle of 336.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72861 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB1834097-
CMYK00.780.470.28
HSL336.08º64.13%43.73%-
HSV(B)336.08º78.14%71.76%-
XYZ22.4412.4512.53-
YUV89.26132.38194.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.19%
GREEN value IS 40 (16.02% from 255) = 12.5%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=57.19%
G=12.5%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183409700.780.470.28336.0864.1343.73
HexB7286104E2F1C150402c
Octal267501410116573452010054
Binary10110111101000110000101001110101111111001010100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72861; }

 p { color: rgb(183,40,97); }

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

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

 a { background-color: rgb(183,40,97); }

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

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

 span { border-color: rgb(183,40,97); }

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