#B13E6D

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

Shades of Rouge #B13E6D

Tints of Rouge #B13E6D

Color information

#B13E6D (or 0xB13E6D) is unknown color: approx Rouge. HEX triplet: B1, 3E and 6D. RGB value is (177,62,109). Sum of RGB (Red+Green+Blue) = 177+62+109=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E6D is #4EC192. Grayscale: #656565. Windows color (decimal): -5161363 or 7159473. OLE color: 7159473.

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

Color convert

RGB17762109-
CMYK00.650.380.31
HSL335.48º48.12%46.86%-
HSV(B)335.48º64.97%69.41%-
XYZ22.6113.915.96-
YUV101.74132.1181.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 62 (24.61% from 255) = 17.82%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=50.86%
G=17.82%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776210900.650.380.31335.4848.1246.86
HexB13E6D041261F14f302f
Octal26176155010146375176057
Binary1011000111111011011010100000110011011111101001111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E6D; }

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

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

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

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

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

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

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

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