#B53B6A

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

Shades of Rouge #B53B6A

Tints of Rouge #B53B6A

Color information

#B53B6A (or 0xB53B6A) is unknown color: approx Rouge. HEX triplet: B5, 3B and 6A. RGB value is (181,59,106). Sum of RGB (Red+Green+Blue) = 181+59+106=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B6A is #4AC495. Grayscale: #646464. Windows color (decimal): -4899990 or 6962101. OLE color: 6962101.

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

Color convert

RGB18159106-
CMYK00.670.410.29
HSL336.89º50.83%47.06%-
HSV(B)336.89º67.4%70.98%-
XYZ23.2213.9915.11-
YUV100.84130.92185.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 59 (23.44% from 255) = 17.05%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=52.31%
G=17.05%
B=30.64%

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
Decimal1815910600.670.410.29336.8950.8347.06
HexB53B6A043291D151332f
Octal26573152010351355216357
Binary1011010111101111010100100001110100111101101010001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B6A; }

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

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

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

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

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

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

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

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