#B13D60

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

Shades of Rouge #B13D60

Tints of Rouge #B13D60

Color information

#B13D60 (or 0xB13D60) is unknown color: approx Rouge. HEX triplet: B1, 3D and 60. RGB value is (177,61,96). Sum of RGB (Red+Green+Blue) = 177+61+96=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D60 is #4EC29F. Grayscale: #636363. Windows color (decimal): -5161632 or 6307249. OLE color: 6307249.

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

Color convert

RGB1776196-
CMYK00.660.460.31
HSL341.9º48.74%46.67%-
HSV(B)341.9º65.54%69.41%-
XYZ21.9113.5312.52-
YUV99.67125.93183.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 61 (24.22% from 255) = 18.26%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=52.99%
G=18.26%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177619600.660.460.31341.948.7446.67
HexB13D600422E1F156312f
Octal26175140010256375266157
Binary1011000111110111000000100001010111011111101010110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D60; }

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

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

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

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

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

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

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

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