#B53F67

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

Shades of Rouge #B53F67

Tints of Rouge #B53F67

Color information

#B53F67 (or 0xB53F67) is unknown color: approx Rouge. HEX triplet: B5, 3F and 67. RGB value is (181,63,103). Sum of RGB (Red+Green+Blue) = 181+63+103=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F67 is #4AC098. Grayscale: #666666. Windows color (decimal): -4898969 or 6766517. OLE color: 6766517.

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

Color convert

RGB18163103-
CMYK00.650.430.29
HSL339.66º48.36%47.84%-
HSV(B)339.66º65.19%70.98%-
XYZ23.2814.3614.38-
YUV102.84128.09183.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 103 (40.62% from 255) = 29.68%
R=52.16%
G=18.16%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816310300.650.430.29339.6648.3647.84
HexB53F670412B1D1543030
Octal26577147010153355246060
Binary1011010111111111001110100000110101111101101010100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53F67; }

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

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

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

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

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

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

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

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