#B53C6C

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

Shades of Rouge #B53C6C

Tints of Rouge #B53C6C

Color information

#B53C6C (or 0xB53C6C) is unknown color: approx Rouge. HEX triplet: B5, 3C and 6C. RGB value is (181,60,108). Sum of RGB (Red+Green+Blue) = 181+60+108=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C6C is #4AC393. Grayscale: #656565. Windows color (decimal): -4899732 or 7093429. OLE color: 7093429.

HSL color Cylindrical-coordinate representation of color #B53C6C: hue angle of 336.2º degrees, saturation: 0.5, 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 #B53C6C is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18160108-
CMYK00.670.400.29
HSL336.2º50.21%47.25%-
HSV(B)336.2º66.85%70.98%-
XYZ23.3814.1415.68-
YUV101.65131.59184.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=51.86%
G=17.19%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816010800.670.400.29336.250.2147.25
HexB53C6C043281D150322f
Octal26574154010350355206257
Binary1011010111110011011000100001110100011101101010000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C6C; }

 p { color: rgb(181,60,108); }

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

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

 a { background-color: rgb(181,60,108); }

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

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

 span { border-color: rgb(181,60,108); }

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