#B63563

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

Shades of Rouge #B63563

Tints of Rouge #B63563

Color information

#B63563 (or 0xB63563) is unknown color: approx Rouge. HEX triplet: B6, 35 and 63. RGB value is (182,53,99). Sum of RGB (Red+Green+Blue) = 182+53+99=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B63563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63563 is #49CA9C. Grayscale: #606060. Windows color (decimal): -4835997 or 6501814. OLE color: 6501814.

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

Color convert

RGB1825399-
CMYK00.710.460.29
HSL338.6º54.89%46.08%-
HSV(B)338.6º70.88%71.37%-
XYZ22.8213.3913.19-
YUV96.82129.24188.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=54.49%
G=15.87%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182539900.710.460.29338.654.8946.08
HexB635630472E1D153372e
Octal26665143010756355236756
Binary1011011011010111000110100011110111011101101010011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63563; }

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

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

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

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

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

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

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

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