#B33A68

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

Shades of Rouge #B33A68

Tints of Rouge #B33A68

Color information

#B33A68 (or 0xB33A68) is unknown color: approx Rouge. HEX triplet: B3, 3A and 68. RGB value is (179,58,104). Sum of RGB (Red+Green+Blue) = 179+58+104=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33A68 is #4CC597. Grayscale: #636363. Windows color (decimal): -5031320 or 6830771. OLE color: 6830771.

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

Color convert

RGB17958104-
CMYK00.680.420.30
HSL337.19º51.05%46.47%-
HSV(B)337.19º67.6%70.2%-
XYZ22.613.6114.53-
YUV99.42130.59184.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 58 (23.05% from 255) = 17.01%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=52.49%
G=17.01%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795810400.680.420.30337.1951.0546.47
HexB33A680442A1E151332e
Octal26372150010452365216356
Binary1011001111101011010000100010010101011110101010001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A68; }

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

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

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

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

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

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

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

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