#b73151

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

Shades of Old Rose #B73151

Tints of Old Rose #B73151

Color information

#B73151 (or 0xB73151) is unknown color: approx Old Rose. HEX triplet: B7, 31 and 51. RGB value is (183,49,81). Sum of RGB (Red+Green+Blue) = 183+49+81=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B73151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73151 is #48CEAE. Grayscale: #5C5C5C. Windows color (decimal): -4771503 or 5321143. OLE color: 5321143.

HSL color Cylindrical-coordinate representation of color #B73151: hue angle of 345.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73151 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB1834981-
CMYK00.730.560.28
HSL345.67º57.76%45.49%-
HSV(B)345.67º73.22%71.76%-
XYZ22.1112.869.1-
YUV92.71121.39192.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=58.47%
G=15.65%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183498100.730.560.28345.6757.7645.49
HexB73151049381C15a3a2d
Octal26761121011170345327255
Binary1011011111000110100010100100111100011100101011010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73151; }

 p { color: rgb(183,49,81); }

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

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

 a { background-color: rgb(183,49,81); }

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

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

 span { border-color: rgb(183,49,81); }

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