#b1335e

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

Shades of Rouge #B1335E

Tints of Rouge #B1335E

Color information

#B1335E (or 0xB1335E) is unknown color: approx Rouge. HEX triplet: B1, 33 and 5E. RGB value is (177,51,94). Sum of RGB (Red+Green+Blue) = 177+51+94=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1335E is #4ECCA1. Grayscale: #5D5D5D. Windows color (decimal): -5164194 or 6173617. OLE color: 6173617.

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

Color convert

RGB1775194-
CMYK00.710.470.31
HSL339.52º55.26%44.71%-
HSV(B)339.52º71.19%69.41%-
XYZ21.3412.5211.88-
YUV93.58128.24187.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=54.97%
G=15.84%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177519400.710.470.31339.5255.2644.71
HexB1335E0472F1F154372d
Octal26163136010757375246755
Binary1011000111001110111100100011110111111111101010100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1335e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1335e; }

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

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

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

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

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

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

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

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