#B42961

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

Shades of Rouge #B42961

Tints of Rouge #B42961

Color information

#B42961 (or 0xB42961) is unknown color: approx Rouge. HEX triplet: B4, 29 and 61. RGB value is (180,41,97). Sum of RGB (Red+Green+Blue) = 180+41+97=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B42961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42961 is #4BD69E. Grayscale: #585858. Windows color (decimal): -4970143 or 6367668. OLE color: 6367668.

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

Color convert

RGB1804197-
CMYK00.770.460.29
HSL335.83º62.9%43.33%-
HSV(B)335.83º77.22%70.59%-
XYZ21.7712.1512.51-
YUV88.94132.55192.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=56.60%
G=12.89%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180419700.770.460.29335.8362.943.33
HexB4296104D2E1D1503f2b
Octal26451141011556355207753
Binary1011010010100111000010100110110111011101101010000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42961; }

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

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

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

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

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

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

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

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