#B13D5D

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

Shades of Rouge #B13D5D

Tints of Rouge #B13D5D

Color information

#B13D5D (or 0xB13D5D) is unknown color: approx Rouge. HEX triplet: B1, 3D and 5D. RGB value is (177,61,93). Sum of RGB (Red+Green+Blue) = 177+61+93=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D5D is #4EC2A2. Grayscale: #636363. Windows color (decimal): -5161635 or 6110641. OLE color: 6110641.

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

Color convert

RGB1776193-
CMYK00.660.470.31
HSL343.45º48.74%46.67%-
HSV(B)343.45º65.54%69.41%-
XYZ21.7813.4711.81-
YUV99.33124.43183.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 61 (24.22% from 255) = 18.43%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=53.47%
G=18.43%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177619300.660.470.31343.4548.7446.67
HexB13D5D0422F1F157312f
Octal26175135010257375276157
Binary1011000111110110111010100001010111111111101010111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D5D; }

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

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

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

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

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

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

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

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