#B43461

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

Shades of Rouge #B43461

Tints of Rouge #B43461

Color information

#B43461 (or 0xB43461) is unknown color: approx Rouge. HEX triplet: B4, 34 and 61. RGB value is (180,52,97). Sum of RGB (Red+Green+Blue) = 180+52+97=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B43461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43461 is #4BCB9E. Grayscale: #5F5F5F. Windows color (decimal): -4967327 or 6370484. OLE color: 6370484.

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

Color convert

RGB1805297-
CMYK00.710.460.29
HSL338.91º55.17%45.49%-
HSV(B)338.91º71.11%70.59%-
XYZ22.2113.0212.65-
YUV95.4128.91188.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=54.71%
G=15.81%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180529700.710.460.29338.9155.1745.49
HexB434610472E1D153372d
Octal26464141010756355236755
Binary1011010011010011000010100011110111011101101010011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43461; }

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

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

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

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

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

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

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

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