#B53765

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

Shades of Rouge #B53765

Tints of Rouge #B53765

Color information

#B53765 (or 0xB53765) is unknown color: approx Rouge. HEX triplet: B5, 37 and 65. RGB value is (181,55,101). Sum of RGB (Red+Green+Blue) = 181+55+101=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B53765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53765 is #4AC89A. Grayscale: #616161. Windows color (decimal): -4901019 or 6633397. OLE color: 6633397.

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

Color convert

RGB18155101-
CMYK00.700.440.29
HSL338.1º53.39%46.27%-
HSV(B)338.1º69.61%70.98%-
XYZ22.7713.513.72-
YUV97.92129.74187.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.71%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=53.71%
G=16.32%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815510100.700.440.29338.153.3946.27
HexB537650462C1D152352e
Octal26567145010654355226556
Binary1011010111011111001010100011010110011101101010010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53765; }

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

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

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

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

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

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

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

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