#B33670

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

Shades of Rouge #B33670

Tints of Rouge #B33670

Color information

#B33670 (or 0xB33670) is unknown color: approx Rouge. HEX triplet: B3, 36 and 70. RGB value is (179,54,112). Sum of RGB (Red+Green+Blue) = 179+54+112=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B33670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33670 is #4CC98F. Grayscale: #616161. Windows color (decimal): -5032336 or 7354035. OLE color: 7354035.

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

Color convert

RGB17954112-
CMYK00.700.370.30
HSL332.16º53.65%45.69%-
HSV(B)332.16º69.83%70.2%-
XYZ22.8313.3916.71-
YUV97.99135.91185.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=51.88%
G=15.65%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795411200.700.370.30332.1653.6545.69
HexB33670046251E14c362e
Octal26366160010645365146656
Binary1011001111011011100000100011010010111110101001100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33670; }

 p { color: rgb(179,54,112); }

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

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

 a { background-color: rgb(179,54,112); }

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

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

 span { border-color: rgb(179,54,112); }

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