#B33366

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

Shades of Rouge #B33366

Tints of Rouge #B33366

Color information

#B33366 (or 0xB33366) is unknown color: approx Rouge. HEX triplet: B3, 33 and 66. RGB value is (179,51,102). Sum of RGB (Red+Green+Blue) = 179+51+102=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B33366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33366 is #4CCC99. Grayscale: #5F5F5F. Windows color (decimal): -5033114 or 6697907. OLE color: 6697907.

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

Color convert

RGB17951102-
CMYK00.720.430.30
HSL336.09º55.65%45.1%-
HSV(B)336.09º71.51%70.2%-
XYZ22.1712.9113.89-
YUV95.09131.91187.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=53.92%
G=15.36%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795110200.720.430.30336.0955.6545.1
HexB333660482B1E150382d
Octal26363146011053365207055
Binary1011001111001111001100100100010101111110101010000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33366; }

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

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

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

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

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

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

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

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