#B42661

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

Shades of Rouge #B42661

Tints of Rouge #B42661

Color information

#B42661 (or 0xB42661) is unknown color: approx Rouge. HEX triplet: B4, 26 and 61. RGB value is (180,38,97). Sum of RGB (Red+Green+Blue) = 180+38+97=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B42661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42661 is #4BD99E. Grayscale: #575757. Windows color (decimal): -4970911 or 6366900. OLE color: 6366900.

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

Color convert

RGB1803897-
CMYK00.790.460.29
HSL335.07º65.14%42.75%-
HSV(B)335.07º78.89%70.59%-
XYZ21.6711.9512.47-
YUV87.18133.54194.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=57.14%
G=12.06%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180389700.790.460.29335.0765.1442.75
HexB4266104F2E1D14f412b
Octal264461410117563551710153
Binary10110100100110110000101001111101110111011010011111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42661; }

 p { color: rgb(180,38,97); }

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

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

 a { background-color: rgb(180,38,97); }

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

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

 span { border-color: rgb(180,38,97); }

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