#B1335B

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

Shades of Rouge #B1335B

Tints of Rouge #B1335B

Color information

#B1335B (or 0xB1335B) is unknown color: approx Rouge. HEX triplet: B1, 33 and 5B. RGB value is (177,51,91). Sum of RGB (Red+Green+Blue) = 177+51+91=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1335B is #4ECCA4. Grayscale: #5D5D5D. Windows color (decimal): -5164197 or 5977009. OLE color: 5977009.

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

Color convert

RGB1775191-
CMYK00.710.490.31
HSL340.95º55.26%44.71%-
HSV(B)340.95º71.19%69.41%-
XYZ21.212.4711.19-
YUV93.23126.74187.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=55.49%
G=15.99%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177519100.710.490.31340.9555.2644.71
HexB1335B047311F155372d
Octal26163133010761375256755
Binary1011000111001110110110100011111000111111101010101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1335B; }

 p { color: rgb(177,51,91); }

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

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

 a { background-color: rgb(177,51,91); }

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

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

 span { border-color: rgb(177,51,91); }

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