#B53C6A

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

Shades of Rouge #B53C6A

Tints of Rouge #B53C6A

Color information

#B53C6A (or 0xB53C6A) is unknown color: approx Rouge. HEX triplet: B5, 3C and 6A. RGB value is (181,60,106). Sum of RGB (Red+Green+Blue) = 181+60+106=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C6A is #4AC395. Grayscale: #656565. Windows color (decimal): -4899734 or 6962357. OLE color: 6962357.

HSL color Cylindrical-coordinate representation of color #B53C6A: hue angle of 337.19º degrees, saturation: 0.5, 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 #B53C6A is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18160106-
CMYK00.670.410.29
HSL337.19º50.21%47.25%-
HSV(B)337.19º66.85%70.98%-
XYZ23.2714.115.13-
YUV101.42130.59184.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 60 (23.83% from 255) = 17.29%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=52.16%
G=17.29%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816010600.670.410.29337.1950.2147.25
HexB53C6A043291D151322f
Octal26574152010351355216257
Binary1011010111110011010100100001110100111101101010001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C6A; }

 p { color: rgb(181,60,106); }

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

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

 a { background-color: rgb(181,60,106); }

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

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

 span { border-color: rgb(181,60,106); }

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