#B33C69

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

Shades of Rouge #B33C69

Tints of Rouge #B33C69

Color information

#B33C69 (or 0xB33C69) is unknown color: approx Rouge. HEX triplet: B3, 3C and 69. RGB value is (179,60,105). Sum of RGB (Red+Green+Blue) = 179+60+105=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C69 is #4CC396. Grayscale: #646464. Windows color (decimal): -5030807 or 6896819. OLE color: 6896819.

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

Color convert

RGB17960105-
CMYK00.660.410.30
HSL337.31º49.79%46.86%-
HSV(B)337.31º66.48%70.2%-
XYZ22.7613.8414.84-
YUV100.71130.42183.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 60 (23.83% from 255) = 17.44%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=52.03%
G=17.44%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796010500.660.410.30337.3149.7946.86
HexB33C69042291E151322f
Octal26374151010251365216257
Binary1011001111110011010010100001010100111110101010001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C69; }

 p { color: rgb(179,60,105); }

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

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

 a { background-color: rgb(179,60,105); }

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

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

 span { border-color: rgb(179,60,105); }

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