#B13A60

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

Shades of Rouge #B13A60

Tints of Rouge #B13A60

Color information

#B13A60 (or 0xB13A60) is unknown color: approx Rouge. HEX triplet: B1, 3A and 60. RGB value is (177,58,96). Sum of RGB (Red+Green+Blue) = 177+58+96=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A60 is #4EC59F. Grayscale: #616161. Windows color (decimal): -5162400 or 6306481. OLE color: 6306481.

HSL color Cylindrical-coordinate representation of color #B13A60: hue angle of 340.84º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13A60 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1775896-
CMYK00.670.460.31
HSL340.84º50.64%46.08%-
HSV(B)340.84º67.23%69.41%-
XYZ21.7613.2212.47-
YUV97.91126.92184.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=53.47%
G=17.52%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177589600.670.460.31340.8450.6446.08
HexB13A600432E1F155332e
Octal26172140010356375256356
Binary1011000111101011000000100001110111011111101010101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A60; }

 p { color: rgb(177,58,96); }

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

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

 a { background-color: rgb(177,58,96); }

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

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

 span { border-color: rgb(177,58,96); }

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