#B13359

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

Shades of Rouge #B13359

Tints of Rouge #B13359

Color information

#B13359 (or 0xB13359) is unknown color: approx Rouge. HEX triplet: B1, 33 and 59. RGB value is (177,51,89). Sum of RGB (Red+Green+Blue) = 177+51+89=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B13359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13359 is #4ECCA6. Grayscale: #5C5C5C. Windows color (decimal): -5164199 or 5845937. OLE color: 5845937.

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

Color convert

RGB1775189-
CMYK00.710.500.31
HSL341.9º55.26%44.71%-
HSV(B)341.9º71.19%69.41%-
XYZ21.1212.4410.74-
YUV93.01125.74187.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=55.84%
G=16.09%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177518900.710.500.31341.955.2644.71
HexB13359047321F156372d
Octal26163131010762375266755
Binary1011000111001110110010100011111001011111101010110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13359; }

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

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

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

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

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

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

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

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