#B63364

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

Shades of Rouge #B63364

Tints of Rouge #B63364

Color information

#B63364 (or 0xB63364) is unknown color: approx Rouge. HEX triplet: B6, 33 and 64. RGB value is (182,51,100). Sum of RGB (Red+Green+Blue) = 182+51+100=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B63364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63364 is #49CC9B. Grayscale: #5F5F5F. Windows color (decimal): -4836508 or 6566838. OLE color: 6566838.

HSL color Cylindrical-coordinate representation of color #B63364: hue angle of 337.56º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63364 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18251100-
CMYK00.720.450.29
HSL337.56º56.22%45.69%-
HSV(B)337.56º71.98%71.37%-
XYZ22.7813.2313.41-
YUV95.76130.4189.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.65%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=54.65%
G=15.32%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825110000.720.450.29337.5656.2245.69
HexB633640482D1D152382e
Octal26663144011055355227056
Binary1011011011001111001000100100010110111101101010010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63364; }

 p { color: rgb(182,51,100); }

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

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

 a { background-color: rgb(182,51,100); }

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

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

 span { border-color: rgb(182,51,100); }

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