#B72841

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

Shades of Old Rose #B72841

Tints of Old Rose #B72841

Color information

#B72841 (or 0xB72841) is unknown color: approx Old Rose. HEX triplet: B7, 28 and 41. RGB value is (183,40,65). Sum of RGB (Red+Green+Blue) = 183+40+65=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B72841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72841 is #48D7BE. Grayscale: #555555. Windows color (decimal): -4773823 or 4270263. OLE color: 4270263.

HSL color Cylindrical-coordinate representation of color #B72841: hue angle of 349.51º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72841 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1834065-
CMYK00.780.640.28
HSL349.51º64.13%43.73%-
HSV(B)349.51º78.14%71.76%-
XYZ21.2411.976.19-
YUV85.61116.38197.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.54%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 65 (25.78% from 255) = 22.57%
R=63.54%
G=13.89%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183406500.780.640.28349.5164.1343.73
HexB7284104E401C15e402c
Octal2675010101161003453610054
Binary101101111010001000001010011101000000111001010111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72841; }

 p { color: rgb(183,40,65); }

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

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

 a { background-color: rgb(183,40,65); }

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

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

 span { border-color: rgb(183,40,65); }

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