#B33A6E

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

Shades of Rouge #B33A6E

Tints of Rouge #B33A6E

Color information

#B33A6E (or 0xB33A6E) is unknown color: approx Rouge. HEX triplet: B3, 3A and 6E. RGB value is (179,58,110). Sum of RGB (Red+Green+Blue) = 179+58+110=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33A6E is #4CC591. Grayscale: #646464. Windows color (decimal): -5031314 or 7223987. OLE color: 7223987.

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

Color convert

RGB17958110-
CMYK00.680.390.30
HSL334.21º51.05%46.47%-
HSV(B)334.21º67.6%70.2%-
XYZ22.9213.7416.2-
YUV100.11133.59184.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.59%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=51.59%
G=16.71%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795811000.680.390.30334.2151.0546.47
HexB33A6E044271E14e332e
Octal26372156010447365166356
Binary1011001111101011011100100010010011111110101001110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A6E; }

 p { color: rgb(179,58,110); }

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

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

 a { background-color: rgb(179,58,110); }

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

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

 span { border-color: rgb(179,58,110); }

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