#B63D62

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

Shades of Rouge #B63D62

Tints of Rouge #B63D62

Color information

#B63D62 (or 0xB63D62) is unknown color: approx Rouge. HEX triplet: B6, 3D and 62. RGB value is (182,61,98). Sum of RGB (Red+Green+Blue) = 182+61+98=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D62 is #49C29D. Grayscale: #656565. Windows color (decimal): -4833950 or 6438326. OLE color: 6438326.

HSL color Cylindrical-coordinate representation of color #B63D62: hue angle of 341.65º 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 #B63D62 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1826198-
CMYK00.660.460.29
HSL341.65º49.79%47.65%-
HSV(B)341.65º66.48%71.37%-
XYZ23.1614.1613.07-
YUV101.4126.09185.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=53.37%
G=17.89%
B=28.74%

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
Decimal182619800.660.460.29341.6549.7947.65
HexB63D620422E1D1563230
Octal26675142010256355266260
Binary1011011011110111000100100001010111011101101010110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63D62; }

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

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

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

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

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

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

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

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