#B13259

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

Shades of Rouge #B13259

Tints of Rouge #B13259

Color information

#B13259 (or 0xB13259) is unknown color: approx Rouge. HEX triplet: B1, 32 and 59. RGB value is (177,50,89). Sum of RGB (Red+Green+Blue) = 177+50+89=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B13259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13259 is #4ECDA6. Grayscale: #5C5C5C. Windows color (decimal): -5164455 or 5845681. OLE color: 5845681.

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

Color convert

RGB1775089-
CMYK00.720.500.31
HSL341.57º55.95%44.51%-
HSV(B)341.57º71.75%69.41%-
XYZ21.0812.3510.72-
YUV92.42126.08188.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=56.01%
G=15.82%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177508900.720.500.31341.5755.9544.51
HexB13259048321F156382d
Octal26162131011062375267055
Binary1011000111001010110010100100011001011111101010110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13259; }

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

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

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

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

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

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

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

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