#B13469

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

Shades of Rouge #B13469

Tints of Rouge #B13469

Color information

#B13469 (or 0xB13469) is unknown color: approx Rouge. HEX triplet: B1, 34 and 69. RGB value is (177,52,105). Sum of RGB (Red+Green+Blue) = 177+52+105=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B13469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13469 is #4ECB96. Grayscale: #5F5F5F. Windows color (decimal): -5163927 or 6894769. OLE color: 6894769.

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

Color convert

RGB17752105-
CMYK00.710.410.31
HSL334.56º54.59%44.9%-
HSV(B)334.56º70.62%69.41%-
XYZ21.9112.8214.68-
YUV95.42133.41186.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=52.99%
G=15.57%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775210500.710.410.31334.5654.5944.9
HexB13469047291F14f372d
Octal26164151010751375176755
Binary1011000111010011010010100011110100111111101001111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13469; }

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

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

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

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

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

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

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

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