#B13D63

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

Shades of Rouge #B13D63

Tints of Rouge #B13D63

Color information

#B13D63 (or 0xB13D63) is unknown color: approx Rouge. HEX triplet: B1, 3D and 63. RGB value is (177,61,99). Sum of RGB (Red+Green+Blue) = 177+61+99=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D63 is #4EC29C. Grayscale: #636363. Windows color (decimal): -5161629 or 6503857. OLE color: 6503857.

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

Color convert

RGB1776199-
CMYK00.660.440.31
HSL340.34º48.74%46.67%-
HSV(B)340.34º65.54%69.41%-
XYZ22.0513.5913.26-
YUV100.02127.43182.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=52.52%
G=18.10%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177619900.660.440.31340.3448.7446.67
HexB13D630422C1F154312f
Octal26175143010254375246157
Binary1011000111110111000110100001010110011111101010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D63; }

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

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

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

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

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

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

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

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