#B33361

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

Shades of Rouge #B33361

Tints of Rouge #B33361

Color information

#B33361 (or 0xB33361) is unknown color: approx Rouge. HEX triplet: B3, 33 and 61. RGB value is (179,51,97). Sum of RGB (Red+Green+Blue) = 179+51+97=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B33361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33361 is #4CCC9E. Grayscale: #5E5E5E. Windows color (decimal): -5033119 or 6370227. OLE color: 6370227.

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

Color convert

RGB1795197-
CMYK00.720.460.30
HSL338.44º55.65%45.1%-
HSV(B)338.44º71.51%70.2%-
XYZ21.9312.8112.63-
YUV94.52129.41188.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=54.74%
G=15.60%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179519700.720.460.30338.4455.6545.1
HexB333610482E1E152382d
Octal26363141011056365227055
Binary1011001111001111000010100100010111011110101010010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33361; }

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

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

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

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

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

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

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

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