#B51F47

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

Shades of Old Rose #B51F47

Tints of Old Rose #B51F47

Color information

#B51F47 (or 0xB51F47) is unknown color: approx Old Rose. HEX triplet: B5, 1F and 47. RGB value is (181,31,71). Sum of RGB (Red+Green+Blue) = 181+31+71=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51F47 is #4AE0B8. Grayscale: #505050. Windows color (decimal): -4907193 or 4661173. OLE color: 4661173.

HSL color Cylindrical-coordinate representation of color #B51F47: hue angle of 344º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51F47 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1813171-
CMYK00.830.610.29
HSL344º70.75%41.57%-
HSV(B)344º82.87%70.98%-
XYZ20.6811.267.04-
YUV80.41122.7199.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.96%
GREEN value IS 31 (12.5% from 255) = 10.95%
BLUE value IS 71 (28.12% from 255) = 25.09%
R=63.96%
G=10.95%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181317100.830.610.2934470.7541.57
HexB51F470533D1D158472a
Octal265371070123753553010752
Binary1011010111111100011101010011111101111011010110001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51F47; }

 p { color: rgb(181,31,71); }

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

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

 a { background-color: rgb(181,31,71); }

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

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

 span { border-color: rgb(181,31,71); }

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