#B33C68

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

Shades of Rouge #B33C68

Tints of Rouge #B33C68

Color information

#B33C68 (or 0xB33C68) is unknown color: approx Rouge. HEX triplet: B3, 3C and 68. RGB value is (179,60,104). Sum of RGB (Red+Green+Blue) = 179+60+104=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C68 is #4CC397. Grayscale: #646464. Windows color (decimal): -5030808 or 6831283. OLE color: 6831283.

HSL color Cylindrical-coordinate representation of color #B33C68: hue angle of 337.82º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C68 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17960104-
CMYK00.660.420.30
HSL337.82º49.79%46.86%-
HSV(B)337.82º66.48%70.2%-
XYZ22.713.8114.57-
YUV100.6129.92183.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=52.19%
G=17.49%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796010400.660.420.30337.8249.7946.86
HexB33C680422A1E152322f
Octal26374150010252365226257
Binary1011001111110011010000100001010101011110101010010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C68; }

 p { color: rgb(179,60,104); }

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

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

 a { background-color: rgb(179,60,104); }

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

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

 span { border-color: rgb(179,60,104); }

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