#B33868

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

Shades of Rouge #B33868

Tints of Rouge #B33868

Color information

#B33868 (or 0xB33868) is unknown color: approx Rouge. HEX triplet: B3, 38 and 68. RGB value is (179,56,104). Sum of RGB (Red+Green+Blue) = 179+56+104=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B33868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33868 is #4CC797. Grayscale: #626262. Windows color (decimal): -5031832 or 6830259. OLE color: 6830259.

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

Color convert

RGB17956104-
CMYK00.690.420.30
HSL336.59º52.34%46.08%-
HSV(B)336.59º68.72%70.2%-
XYZ22.513.4114.5-
YUV98.25131.25185.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=52.80%
G=16.52%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795610400.690.420.30336.5952.3446.08
HexB338680452A1E151342e
Octal26370150010552365216456
Binary1011001111100011010000100010110101011110101010001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33868; }

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

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

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

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

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

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

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

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