#B13A6B

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

Shades of Rouge #B13A6B

Tints of Rouge #B13A6B

Color information

#B13A6B (or 0xB13A6B) is unknown color: approx Rouge. HEX triplet: B1, 3A and 6B. RGB value is (177,58,107). Sum of RGB (Red+Green+Blue) = 177+58+107=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A6B is #4EC594. Grayscale: #636363. Windows color (decimal): -5162389 or 7027377. OLE color: 7027377.

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

Color convert

RGB17758107-
CMYK00.670.400.31
HSL335.29º50.64%46.08%-
HSV(B)335.29º67.23%69.41%-
XYZ22.313.4315.33-
YUV99.17132.42183.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=51.75%
G=16.96%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775810700.670.400.31335.2950.6446.08
HexB13A6B043281F14f332e
Octal26172153010350375176356
Binary1011000111101011010110100001110100011111101001111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A6B; }

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

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

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

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

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

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

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

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