#B13463

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

Shades of Rouge #B13463

Tints of Rouge #B13463

Color information

#B13463 (or 0xB13463) is unknown color: approx Rouge. HEX triplet: B1, 34 and 63. RGB value is (177,52,99). Sum of RGB (Red+Green+Blue) = 177+52+99=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B13463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13463 is #4ECB9C. Grayscale: #5E5E5E. Windows color (decimal): -5163933 or 6501553. OLE color: 6501553.

HSL color Cylindrical-coordinate representation of color #B13463: hue angle of 337.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13463 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1775299-
CMYK00.710.440.31
HSL337.44º54.59%44.9%-
HSV(B)337.44º70.62%69.41%-
XYZ21.6112.713.12-
YUV94.73130.41186.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.96%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=53.96%
G=15.85%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177529900.710.440.31337.4454.5944.9
HexB134630472C1F151372d
Octal26164143010754375216755
Binary1011000111010011000110100011110110011111101010001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13463; }

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

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

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

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

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

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

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

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