#B53D69

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

Shades of Rouge #B53D69

Tints of Rouge #B53D69

Color information

#B53D69 (or 0xB53D69) is unknown color: approx Rouge. HEX triplet: B5, 3D and 69. RGB value is (181,61,105). Sum of RGB (Red+Green+Blue) = 181+61+105=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D69 is #4AC296. Grayscale: #656565. Windows color (decimal): -4899479 or 6897077. OLE color: 6897077.

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

Color convert

RGB18161105-
CMYK00.660.420.29
HSL338º49.59%47.45%-
HSV(B)338º66.3%70.98%-
XYZ23.2714.1814.88-
YUV101.9129.76184.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=52.16%
G=17.58%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816110500.660.420.2933849.5947.45
HexB53D690422A1D152322f
Octal26575151010252355226257
Binary1011010111110111010010100001010101011101101010010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D69; }

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

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

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

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

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

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

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

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