#B1325A

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

Shades of Rouge #B1325A

Tints of Rouge #B1325A

Color information

#B1325A (or 0xB1325A) is unknown color: approx Rouge. HEX triplet: B1, 32 and 5A. RGB value is (177,50,90). Sum of RGB (Red+Green+Blue) = 177+50+90=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1325A is #4ECDA5. Grayscale: #5C5C5C. Windows color (decimal): -5164454 or 5911217. OLE color: 5911217.

HSL color Cylindrical-coordinate representation of color #B1325A: hue angle of 341.1º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1325A is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1775090-
CMYK00.720.490.31
HSL341.1º55.95%44.51%-
HSV(B)341.1º71.75%69.41%-
XYZ21.1212.3710.95-
YUV92.53126.58188.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 50 (19.92% from 255) = 15.77%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=55.84%
G=15.77%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177509000.720.490.31341.155.9544.51
HexB1325A048311F155382d
Octal26162132011061375257055
Binary1011000111001010110100100100011000111111101010101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1325A; }

 p { color: rgb(177,50,90); }

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

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

 a { background-color: rgb(177,50,90); }

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

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

 span { border-color: rgb(177,50,90); }

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