#B53D6C

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

Shades of Rouge #B53D6C

Tints of Rouge #B53D6C

Color information

#B53D6C (or 0xB53D6C) is unknown color: approx Rouge. HEX triplet: B5, 3D and 6C. RGB value is (181,61,108). Sum of RGB (Red+Green+Blue) = 181+61+108=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D6C is #4AC293. Grayscale: #666666. Windows color (decimal): -4899476 or 7093685. OLE color: 7093685.

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

Color convert

RGB18161108-
CMYK00.660.400.29
HSL336.5º49.59%47.45%-
HSV(B)336.5º66.3%70.98%-
XYZ23.4314.2415.7-
YUV102.24131.26184.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=51.71%
G=17.43%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816110800.660.400.29336.549.5947.45
HexB53D6C042281D150322f
Octal26575154010250355206257
Binary1011010111110111011000100001010100011101101010000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D6C; }

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

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

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

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

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

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

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

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