#B33B5D

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

Shades of Rouge #B33B5D

Tints of Rouge #B33B5D

Color information

#B33B5D (or 0xB33B5D) is unknown color: approx Rouge. HEX triplet: B3, 3B and 5D. RGB value is (179,59,93). Sum of RGB (Red+Green+Blue) = 179+59+93=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33B5D is #4CC4A2. Grayscale: #626262. Windows color (decimal): -5031075 or 6110131. OLE color: 6110131.

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

Color convert

RGB1795993-
CMYK00.670.480.30
HSL343º50.42%46.67%-
HSV(B)343º67.04%70.2%-
XYZ22.1313.511.8-
YUV98.76124.76185.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.08%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=54.08%
G=17.82%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179599300.670.480.3034350.4246.67
HexB33B5D043301E157322f
Octal26373135010360365276257
Binary1011001111101110111010100001111000011110101010111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B5D; }

 p { color: rgb(179,59,93); }

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

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

 a { background-color: rgb(179,59,93); }

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

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

 span { border-color: rgb(179,59,93); }

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