#B33365

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

Shades of Rouge #B33365

Tints of Rouge #B33365

Color information

#B33365 (or 0xB33365) is unknown color: approx Rouge. HEX triplet: B3, 33 and 65. RGB value is (179,51,101). Sum of RGB (Red+Green+Blue) = 179+51+101=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B33365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33365 is #4CCC9A. Grayscale: #5E5E5E. Windows color (decimal): -5033115 or 6632371. OLE color: 6632371.

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

Color convert

RGB17951101-
CMYK00.720.440.30
HSL336.56º55.65%45.1%-
HSV(B)336.56º71.51%70.2%-
XYZ22.1212.8913.63-
YUV94.97131.41187.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.08%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=54.08%
G=15.41%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795110100.720.440.30336.5655.6545.1
HexB333650482C1E151382d
Octal26363145011054365217055
Binary1011001111001111001010100100010110011110101010001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33365; }

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

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

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

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

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

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

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

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