#B53B69

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

Shades of Rouge #B53B69

Tints of Rouge #B53B69

Color information

#B53B69 (or 0xB53B69) is unknown color: approx Rouge. HEX triplet: B5, 3B and 69. RGB value is (181,59,105). Sum of RGB (Red+Green+Blue) = 181+59+105=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B69 is #4AC496. Grayscale: #646464. Windows color (decimal): -4899991 or 6896565. OLE color: 6896565.

HSL color Cylindrical-coordinate representation of color #B53B69: hue angle of 337.38º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53B69 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18159105-
CMYK00.670.420.29
HSL337.38º50.83%47.06%-
HSV(B)337.38º67.4%70.98%-
XYZ23.1713.9714.84-
YUV100.72130.42185.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 59 (23.44% from 255) = 17.10%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=52.46%
G=17.10%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815910500.670.420.29337.3850.8347.06
HexB53B690432A1D151332f
Octal26573151010352355216357
Binary1011010111101111010010100001110101011101101010001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B69; }

 p { color: rgb(181,59,105); }

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

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

 a { background-color: rgb(181,59,105); }

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

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

 span { border-color: rgb(181,59,105); }

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