#B13A6D

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

Shades of Rouge #B13A6D

Tints of Rouge #B13A6D

Color information

#B13A6D (or 0xB13A6D) is unknown color: approx Rouge. HEX triplet: B1, 3A and 6D. RGB value is (177,58,109). Sum of RGB (Red+Green+Blue) = 177+58+109=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A6D is #4EC592. Grayscale: #636363. Windows color (decimal): -5162387 or 7158449. OLE color: 7158449.

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

Color convert

RGB17758109-
CMYK00.670.380.31
HSL334.29º50.64%46.08%-
HSV(B)334.29º67.23%69.41%-
XYZ22.413.4815.89-
YUV99.4133.42183.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 58 (23.05% from 255) = 16.86%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=51.45%
G=16.86%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775810900.670.380.31334.2950.6446.08
HexB13A6D043261F14e332e
Octal26172155010346375166356
Binary1011000111101011011010100001110011011111101001110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A6D; }

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

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

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

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

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

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

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

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