#B83561

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

Shades of Rouge #B83561

Tints of Rouge #B83561

Color information

#B83561 (or 0xB83561) is unknown color: approx Rouge. HEX triplet: B8, 35 and 61. RGB value is (184,53,97). Sum of RGB (Red+Green+Blue) = 184+53+97=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B83561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83561 is #47CA9E. Grayscale: #616161. Windows color (decimal): -4704927 or 6370744. OLE color: 6370744.

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

Color convert

RGB1845397-
CMYK00.710.470.28
HSL339.85º55.27%46.47%-
HSV(B)339.85º71.2%72.16%-
XYZ23.213.612.71-
YUV97.18127.9189.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.09%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=55.09%
G=15.87%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184539700.710.470.28339.8555.2746.47
HexB835610472F1C154372e
Octal27065141010757345246756
Binary1011100011010111000010100011110111111100101010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83561; }

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

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

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

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

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

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

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

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