#B72D59

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

Shades of Old Rose #B72D59

Tints of Old Rose #B72D59

Color information

#B72D59 (or 0xB72D59) is unknown color: approx Old Rose. HEX triplet: B7, 2D and 59. RGB value is (183,45,89). Sum of RGB (Red+Green+Blue) = 183+45+89=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D59 is #48D2A6. Grayscale: #5B5B5B. Windows color (decimal): -4772519 or 5844407. OLE color: 5844407.

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

Color convert

RGB1834589-
CMYK00.750.510.28
HSL340.87º60.53%44.71%-
HSV(B)340.87º75.41%71.76%-
XYZ22.2712.6710.72-
YUV91.28126.72193.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 45 (17.97% from 255) = 14.20%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=57.73%
G=14.20%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183458900.750.510.28340.8760.5344.71
HexB72D5904B331C1553d2d
Octal26755131011363345257555
Binary1011011110110110110010100101111001111100101010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D59; }

 p { color: rgb(183,45,89); }

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

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

 a { background-color: rgb(183,45,89); }

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

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

 span { border-color: rgb(183,45,89); }

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