#B53F61

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

Shades of Rouge #B53F61

Tints of Rouge #B53F61

Color information

#B53F61 (or 0xB53F61) is unknown color: approx Rouge. HEX triplet: B5, 3F and 61. RGB value is (181,63,97). Sum of RGB (Red+Green+Blue) = 181+63+97=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F61 is #4AC09E. Grayscale: #666666. Windows color (decimal): -4898975 or 6373301. OLE color: 6373301.

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

Color convert

RGB1816397-
CMYK00.650.460.29
HSL342.71º48.36%47.84%-
HSV(B)342.71º65.19%70.98%-
XYZ22.9914.2412.85-
YUV102.16125.09184.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=53.08%
G=18.48%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181639700.650.460.29342.7148.3647.84
HexB53F610412E1D1573030
Octal26577141010156355276060
Binary1011010111111111000010100000110111011101101010111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53F61; }

 p { color: rgb(181,63,97); }

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

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

 a { background-color: rgb(181,63,97); }

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

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

 span { border-color: rgb(181,63,97); }

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