#B33E60

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

Shades of Rouge #B33E60

Tints of Rouge #B33E60

Color information

#B33E60 (or 0xB33E60) is unknown color: approx Rouge. HEX triplet: B3, 3E and 60. RGB value is (179,62,96). Sum of RGB (Red+Green+Blue) = 179+62+96=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E60 is #4CC19F. Grayscale: #646464. Windows color (decimal): -5030304 or 6307507. OLE color: 6307507.

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

Color convert

RGB1796296-
CMYK00.650.460.30
HSL342.56º48.55%47.25%-
HSV(B)342.56º65.36%70.2%-
XYZ22.4213.8712.56-
YUV100.86125.26183.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.12%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=53.12%
G=18.40%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179629600.650.460.30342.5648.5547.25
HexB33E600412E1E157312f
Octal26376140010156365276157
Binary1011001111111011000000100000110111011110101010111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E60; }

 p { color: rgb(179,62,96); }

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

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

 a { background-color: rgb(179,62,96); }

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

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

 span { border-color: rgb(179,62,96); }

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