#B1325E

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

Shades of Rouge #B1325E

Tints of Rouge #B1325E

Color information

#B1325E (or 0xB1325E) is unknown color: approx Rouge. HEX triplet: B1, 32 and 5E. RGB value is (177,50,94). Sum of RGB (Red+Green+Blue) = 177+50+94=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1325E is #4ECDA1. Grayscale: #5C5C5C. Windows color (decimal): -5164450 or 6173361. OLE color: 6173361.

HSL color Cylindrical-coordinate representation of color #B1325E: hue angle of 339.21º 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 #B1325E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1775094-
CMYK00.720.470.31
HSL339.21º55.95%44.51%-
HSV(B)339.21º71.75%69.41%-
XYZ21.2912.4411.87-
YUV92.99128.58187.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=55.14%
G=15.58%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177509400.720.470.31339.2155.9544.51
HexB1325E0482F1F153382d
Octal26162136011057375237055
Binary1011000111001010111100100100010111111111101010011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1325E; }

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

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

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

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

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

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

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

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