#B33961

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

Shades of Rouge #B33961

Tints of Rouge #B33961

Color information

#B33961 (or 0xB33961) is unknown color: approx Rouge. HEX triplet: B3, 39 and 61. RGB value is (179,57,97). Sum of RGB (Red+Green+Blue) = 179+57+97=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B33961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33961 is #4CC69E. Grayscale: #616161. Windows color (decimal): -5031583 or 6371763. OLE color: 6371763.

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

Color convert

RGB1795797-
CMYK00.680.460.30
HSL340.33º51.69%46.27%-
HSV(B)340.33º68.16%70.2%-
XYZ22.2113.3712.72-
YUV98.04127.42185.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=53.75%
G=17.12%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179579700.680.460.30340.3351.6946.27
HexB339610442E1E154342e
Octal26371141010456365246456
Binary1011001111100111000010100010010111011110101010100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33961; }

 p { color: rgb(179,57,97); }

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

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

 a { background-color: rgb(179,57,97); }

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

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

 span { border-color: rgb(179,57,97); }

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