#B53068

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

Shades of Rouge #B53068

Tints of Rouge #B53068

Color information

#B53068 (or 0xB53068) is unknown color: approx Rouge. HEX triplet: B5, 30 and 68. RGB value is (181,48,104). Sum of RGB (Red+Green+Blue) = 181+48+104=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B53068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53068 is #4ACF97. Grayscale: #5E5E5E. Windows color (decimal): -4902808 or 6828213. OLE color: 6828213.

HSL color Cylindrical-coordinate representation of color #B53068: hue angle of 334.74º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53068 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18148104-
CMYK00.730.430.29
HSL334.74º58.08%44.9%-
HSV(B)334.74º73.48%70.98%-
XYZ22.6112.9414.4-
YUV94.15133.56189.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 48 (19.14% from 255) = 14.41%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=54.35%
G=14.41%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814810400.730.430.29334.7458.0844.9
HexB530680492B1D14f3a2d
Octal26560150011153355177255
Binary1011010111000011010000100100110101111101101001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53068; }

 p { color: rgb(181,48,104); }

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

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

 a { background-color: rgb(181,48,104); }

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

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

 span { border-color: rgb(181,48,104); }

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