#B63D63

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

Shades of Rouge #B63D63

Tints of Rouge #B63D63

Color information

#B63D63 (or 0xB63D63) is unknown color: approx Rouge. HEX triplet: B6, 3D and 63. RGB value is (182,61,99). Sum of RGB (Red+Green+Blue) = 182+61+99=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D63 is #49C29C. Grayscale: #656565. Windows color (decimal): -4833949 or 6503862. OLE color: 6503862.

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

Color convert

RGB1826199-
CMYK00.660.460.29
HSL341.16º49.79%47.65%-
HSV(B)341.16º66.48%71.37%-
XYZ23.2114.1813.32-
YUV101.51126.59185.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.22%
GREEN value IS 61 (24.22% from 255) = 17.84%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=53.22%
G=17.84%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182619900.660.460.29341.1649.7947.65
HexB63D630422E1D1553230
Octal26675143010256355256260
Binary1011011011110111000110100001010111011101101010101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63D63; }

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

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

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

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

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

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

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

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