#B53567

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

Shades of Rouge #B53567

Tints of Rouge #B53567

Color information

#B53567 (or 0xB53567) is unknown color: approx Rouge. HEX triplet: B5, 35 and 67. RGB value is (181,53,103). Sum of RGB (Red+Green+Blue) = 181+53+103=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B53567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53567 is #4ACA98. Grayscale: #606060. Windows color (decimal): -4901529 or 6763957. OLE color: 6763957.

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

Color convert

RGB18153103-
CMYK00.710.430.29
HSL336.56º54.7%45.88%-
HSV(B)336.56º70.72%70.98%-
XYZ22.7813.3514.21-
YUV96.97131.41187.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.71%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=53.71%
G=15.73%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815310300.710.430.29336.5654.745.88
HexB535670472B1D151372e
Octal26565147010753355216756
Binary1011010111010111001110100011110101111101101010001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53567; }

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

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

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

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

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

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

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

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