#B13B63

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

Shades of Rouge #B13B63

Tints of Rouge #B13B63

Color information

#B13B63 (or 0xB13B63) is unknown color: approx Rouge. HEX triplet: B1, 3B and 63. RGB value is (177,59,99). Sum of RGB (Red+Green+Blue) = 177+59+99=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B63 is #4EC49C. Grayscale: #626262. Windows color (decimal): -5162141 or 6503345. OLE color: 6503345.

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

Color convert

RGB1775999-
CMYK00.670.440.31
HSL339.66º50%46.27%-
HSV(B)339.66º66.67%69.41%-
XYZ21.9513.3813.23-
YUV98.84128.09183.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 59 (23.44% from 255) = 17.61%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=52.84%
G=17.61%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177599900.670.440.31339.665046.27
HexB13B630432C1F154322e
Octal26173143010354375246256
Binary1011000111101111000110100001110110011111101010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B63; }

 p { color: rgb(177,59,99); }

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

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

 a { background-color: rgb(177,59,99); }

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

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

 span { border-color: rgb(177,59,99); }

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