#b63569

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

Shades of Rouge #B63569

Tints of Rouge #B63569

Color information

#B63569 (or 0xB63569) is unknown color: approx Rouge. HEX triplet: B6, 35 and 69. RGB value is (182,53,105). Sum of RGB (Red+Green+Blue) = 182+53+105=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B63569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63569 is #49CA96. Grayscale: #616161. Windows color (decimal): -4835991 or 6895030. OLE color: 6895030.

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

Color convert

RGB18253105-
CMYK00.710.420.29
HSL335.81º54.89%46.08%-
HSV(B)335.81º70.88%71.37%-
XYZ23.1113.5114.75-
YUV97.5132.24188.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=53.53%
G=15.59%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825310500.710.420.29335.8154.8946.08
HexB635690472A1D150372e
Octal26665151010752355206756
Binary1011011011010111010010100011110101011101101010000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63569; }

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

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

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

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

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

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

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

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