#B33860

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

Shades of Rouge #B33860

Tints of Rouge #B33860

Color information

#B33860 (or 0xB33860) is unknown color: approx Rouge. HEX triplet: B3, 38 and 60. RGB value is (179,56,96). Sum of RGB (Red+Green+Blue) = 179+56+96=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B33860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33860 is #4CC79F. Grayscale: #616161. Windows color (decimal): -5031840 or 6305971. OLE color: 6305971.

HSL color Cylindrical-coordinate representation of color #B33860: hue angle of 340.49º degrees, saturation: 0.52, 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 #B33860 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB1795696-
CMYK00.690.460.30
HSL340.49º52.34%46.08%-
HSV(B)340.49º68.72%70.2%-
XYZ22.1213.2612.46-
YUV97.34127.25186.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.08%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=54.08%
G=16.92%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179569600.690.460.30340.4952.3446.08
HexB338600452E1E154342e
Octal26370140010556365246456
Binary1011001111100011000000100010110111011110101010100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33860; }

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

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

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

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

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

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

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

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