#B33164

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

Shades of Rouge #B33164

Tints of Rouge #B33164

Color information

#B33164 (or 0xB33164) is unknown color: approx Rouge. HEX triplet: B3, 31 and 64. RGB value is (179,49,100). Sum of RGB (Red+Green+Blue) = 179+49+100=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B33164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33164 is #4CCE9B. Grayscale: #5D5D5D. Windows color (decimal): -5033628 or 6566323. OLE color: 6566323.

HSL color Cylindrical-coordinate representation of color #B33164: hue angle of 336.46º degrees, saturation: 0.57, 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 #B33164 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17949100-
CMYK00.730.440.30
HSL336.46º57.02%44.71%-
HSV(B)336.46º72.63%70.2%-
XYZ21.9912.713.35-
YUV93.68131.57188.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.57%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=54.57%
G=14.94%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794910000.730.440.30336.4657.0244.71
HexB331640492C1E150392d
Octal26361144011154365207155
Binary1011001111000111001000100100110110011110101010000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33164; }

 p { color: rgb(179,49,100); }

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

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

 a { background-color: rgb(179,49,100); }

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

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

 span { border-color: rgb(179,49,100); }

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