#B53B61

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

Shades of Rouge #B53B61

Tints of Rouge #B53B61

Color information

#B53B61 (or 0xB53B61) is unknown color: approx Rouge. HEX triplet: B5, 3B and 61. RGB value is (181,59,97). Sum of RGB (Red+Green+Blue) = 181+59+97=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B61 is #4AC49E. Grayscale: #636363. Windows color (decimal): -4899999 or 6372277. OLE color: 6372277.

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

Color convert

RGB1815997-
CMYK00.670.460.29
HSL341.31º50.83%47.06%-
HSV(B)341.31º67.4%70.98%-
XYZ22.7813.8112.78-
YUV99.81126.42185.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.71%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=53.71%
G=17.51%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181599700.670.460.29341.3150.8347.06
HexB53B610432E1D155332f
Octal26573141010356355256357
Binary1011010111101111000010100001110111011101101010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B61; }

 p { color: rgb(181,59,97); }

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

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

 a { background-color: rgb(181,59,97); }

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

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

 span { border-color: rgb(181,59,97); }

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