#B33E63

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

Shades of Rouge #B33E63

Tints of Rouge #B33E63

Color information

#B33E63 (or 0xB33E63) is unknown color: approx Rouge. HEX triplet: B3, 3E and 63. RGB value is (179,62,99). Sum of RGB (Red+Green+Blue) = 179+62+99=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E63 is #4CC19C. Grayscale: #656565. Windows color (decimal): -5030301 or 6504115. OLE color: 6504115.

HSL color Cylindrical-coordinate representation of color #B33E63: hue angle of 341.03º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33E63 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB1796299-
CMYK00.650.450.30
HSL341.03º48.55%47.25%-
HSV(B)341.03º65.36%70.2%-
XYZ22.5713.9313.3-
YUV101.2126.76183.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 62 (24.61% from 255) = 18.24%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=52.65%
G=18.24%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179629900.650.450.30341.0348.5547.25
HexB33E630412D1E155312f
Octal26376143010155365256157
Binary1011001111111011000110100000110110111110101010101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E63; }

 p { color: rgb(179,62,99); }

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

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

 a { background-color: rgb(179,62,99); }

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

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

 span { border-color: rgb(179,62,99); }

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