#B53965

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

Shades of Rouge #B53965

Tints of Rouge #B53965

Color information

#B53965 (or 0xB53965) is unknown color: approx Rouge. HEX triplet: B5, 39 and 65. RGB value is (181,57,101). Sum of RGB (Red+Green+Blue) = 181+57+101=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B53965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53965 is #4AC69A. Grayscale: #636363. Windows color (decimal): -4900507 or 6633909. OLE color: 6633909.

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

Color convert

RGB18157101-
CMYK00.690.440.29
HSL338.71º52.1%46.67%-
HSV(B)338.71º68.51%70.98%-
XYZ22.8713.6913.75-
YUV99.09129.08186.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=53.39%
G=16.81%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815710100.690.440.29338.7152.146.67
HexB539650452C1D153342f
Octal26571145010554355236457
Binary1011010111100111001010100010110110011101101010011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53965; }

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

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

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

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

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

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

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

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