#B53A66

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

Shades of Rouge #B53A66

Tints of Rouge #B53A66

Color information

#B53A66 (or 0xB53A66) is unknown color: approx Rouge. HEX triplet: B5, 3A and 66. RGB value is (181,58,102). Sum of RGB (Red+Green+Blue) = 181+58+102=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A66 is #4AC599. Grayscale: #636363. Windows color (decimal): -4900250 or 6699701. OLE color: 6699701.

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

Color convert

RGB18158102-
CMYK00.680.440.29
HSL338.54º51.46%46.86%-
HSV(B)338.54º67.96%70.98%-
XYZ22.9713.8114.03-
YUV99.79129.25185.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 58 (23.05% from 255) = 17.01%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=53.08%
G=17.01%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815810200.680.440.29338.5451.4646.86
HexB53A660442C1D153332f
Octal26572146010454355236357
Binary1011010111101011001100100010010110011101101010011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A66; }

 p { color: rgb(181,58,102); }

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

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

 a { background-color: rgb(181,58,102); }

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

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

 span { border-color: rgb(181,58,102); }

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