#B33E65

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

Shades of Rouge #B33E65

Tints of Rouge #B33E65

Color information

#B33E65 (or 0xB33E65) is unknown color: approx Rouge. HEX triplet: B3, 3E and 65. RGB value is (179,62,101). Sum of RGB (Red+Green+Blue) = 179+62+101=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E65 is #4CC19A. Grayscale: #656565. Windows color (decimal): -5030299 or 6635187. OLE color: 6635187.

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

Color convert

RGB17962101-
CMYK00.650.440.30
HSL340º48.55%47.25%-
HSV(B)340º65.36%70.2%-
XYZ22.6613.9713.81-
YUV101.43127.76183.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.34%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=52.34%
G=18.13%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796210100.650.440.3034048.5547.25
HexB33E650412C1E154312f
Octal26376145010154365246157
Binary1011001111111011001010100000110110011110101010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E65; }

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

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

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

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

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

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

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

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