#B63A61

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

Shades of Rouge #B63A61

Tints of Rouge #B63A61

Color information

#B63A61 (or 0xB63A61) is unknown color: approx Rouge. HEX triplet: B6, 3A and 61. RGB value is (182,58,97). Sum of RGB (Red+Green+Blue) = 182+58+97=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63A61 is #49C59E. Grayscale: #636363. Windows color (decimal): -4834719 or 6372022. OLE color: 6372022.

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

Color convert

RGB1825897-
CMYK00.680.470.29
HSL341.13º51.67%47.06%-
HSV(B)341.13º68.13%71.37%-
XYZ22.9613.8312.77-
YUV99.52126.58186.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=54.01%
G=17.21%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182589700.680.470.29341.1351.6747.06
HexB63A610442F1D155342f
Octal26672141010457355256457
Binary1011011011101011000010100010010111111101101010101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63A61; }

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

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

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

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

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

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

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

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