#B33061

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

Shades of Rouge #B33061

Tints of Rouge #B33061

Color information

#B33061 (or 0xB33061) is unknown color: approx Rouge. HEX triplet: B3, 30 and 61. RGB value is (179,48,97). Sum of RGB (Red+Green+Blue) = 179+48+97=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B33061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33061 is #4CCF9E. Grayscale: #5C5C5C. Windows color (decimal): -5033887 or 6369459. OLE color: 6369459.

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

Color convert

RGB1794897-
CMYK00.730.460.30
HSL337.56º57.71%44.51%-
HSV(B)337.56º73.18%70.2%-
XYZ21.8112.5612.58-
YUV92.76130.4189.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.25%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=55.25%
G=14.81%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179489700.730.460.30337.5657.7144.51
HexB330610492E1E1523a2d
Octal26360141011156365227255
Binary1011001111000011000010100100110111011110101010010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33061; }

 p { color: rgb(179,48,97); }

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

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

 a { background-color: rgb(179,48,97); }

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

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

 span { border-color: rgb(179,48,97); }

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