#B33759

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

Shades of Rouge #B33759

Tints of Rouge #B33759

Color information

#B33759 (or 0xB33759) is unknown color: approx Rouge. HEX triplet: B3, 37 and 59. RGB value is (179,55,89). Sum of RGB (Red+Green+Blue) = 179+55+89=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B33759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33759 is #4CC8A6. Grayscale: #5F5F5F. Windows color (decimal): -5032103 or 5846963. OLE color: 5846963.

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

Color convert

RGB1795589-
CMYK00.690.500.30
HSL343.55º52.99%45.88%-
HSV(B)343.55º69.27%70.2%-
XYZ21.7613.0410.82-
YUV95.95124.08187.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.42%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=55.42%
G=17.03%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179558900.690.500.30343.5552.9945.88
HexB33759045321E158352e
Octal26367131010562365306556
Binary1011001111011110110010100010111001011110101011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33759; }

 p { color: rgb(179,55,89); }

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

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

 a { background-color: rgb(179,55,89); }

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

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

 span { border-color: rgb(179,55,89); }

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