#b63f63

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

Shades of Rouge #B63F63

Tints of Rouge #B63F63

Color information

#B63F63 (or 0xB63F63) is unknown color: approx Rouge. HEX triplet: B6, 3F and 63. RGB value is (182,63,99). Sum of RGB (Red+Green+Blue) = 182+63+99=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F63 is #49C09C. Grayscale: #666666. Windows color (decimal): -4833437 or 6504374. OLE color: 6504374.

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

Color convert

RGB1826399-
CMYK00.650.460.29
HSL341.85º48.57%48.04%-
HSV(B)341.85º65.38%71.37%-
XYZ23.3214.413.35-
YUV102.68125.92184.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=52.91%
G=18.31%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182639900.650.460.29341.8548.5748.04
HexB63F630412E1D1563130
Octal26677143010156355266160
Binary1011011011111111000110100000110111011101101010110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63f63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63f63; }

 p { color: rgb(182,63,99); }

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

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

 a { background-color: rgb(182,63,99); }

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

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

 span { border-color: rgb(182,63,99); }

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