#B53565

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

Shades of Rouge #B53565

Tints of Rouge #B53565

Color information

#B53565 (or 0xB53565) is unknown color: approx Rouge. HEX triplet: B5, 35 and 65. RGB value is (181,53,101). Sum of RGB (Red+Green+Blue) = 181+53+101=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B53565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53565 is #4ACA9A. Grayscale: #606060. Windows color (decimal): -4901531 or 6632885. OLE color: 6632885.

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

Color convert

RGB18153101-
CMYK00.710.440.29
HSL337.5º54.7%45.88%-
HSV(B)337.5º70.72%70.98%-
XYZ22.6813.3113.69-
YUV96.74130.41188.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=54.03%
G=15.82%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815310100.710.440.29337.554.745.88
HexB535650472C1D152372e
Octal26565145010754355226756
Binary1011010111010111001010100011110110011101101010010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53565; }

 p { color: rgb(181,53,101); }

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

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

 a { background-color: rgb(181,53,101); }

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

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

 span { border-color: rgb(181,53,101); }

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