#B63561

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

Shades of Rouge #B63561

Tints of Rouge #B63561

Color information

#B63561 (or 0xB63561) is unknown color: approx Rouge. HEX triplet: B6, 35 and 61. RGB value is (182,53,97). Sum of RGB (Red+Green+Blue) = 182+53+97=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B63561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63561 is #49CA9E. Grayscale: #606060. Windows color (decimal): -4835999 or 6370742. OLE color: 6370742.

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

Color convert

RGB1825397-
CMYK00.710.470.29
HSL339.53º54.89%46.08%-
HSV(B)339.53º70.88%71.37%-
XYZ22.7213.3512.69-
YUV96.59128.24188.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.82%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 97 (38.28% from 255) = 29.22%
R=54.82%
G=15.96%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182539700.710.470.29339.5354.8946.08
HexB635610472F1D154372e
Octal26665141010757355246756
Binary1011011011010111000010100011110111111101101010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63561; }

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

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

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

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

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

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

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

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