#B7325F

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

Shades of Rouge #B7325F

Tints of Rouge #B7325F

Color information

#B7325F (or 0xB7325F) is unknown color: approx Rouge. HEX triplet: B7, 32 and 5F. RGB value is (183,50,95). Sum of RGB (Red+Green+Blue) = 183+50+95=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7325F is #48CDA0. Grayscale: #5E5E5E. Windows color (decimal): -4771233 or 6238903. OLE color: 6238903.

HSL color Cylindrical-coordinate representation of color #B7325F: hue angle of 339.7º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7325F is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1835095-
CMYK00.730.480.28
HSL339.7º57.08%45.69%-
HSV(B)339.7º72.68%71.76%-
XYZ22.7313.1712.17-
YUV94.9128.06190.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=55.79%
G=15.24%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183509500.730.480.28339.757.0845.69
HexB7325F049301C154392e
Octal26762137011160345247156
Binary1011011111001010111110100100111000011100101010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7325F; }

 p { color: rgb(183,50,95); }

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

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

 a { background-color: rgb(183,50,95); }

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

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

 span { border-color: rgb(183,50,95); }

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