#B53F4D

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

Shades of Old Rose #B53F4D

Tints of Old Rose #B53F4D

Color information

#B53F4D (or 0xB53F4D) is unknown color: approx Old Rose. HEX triplet: B5, 3F and 4D. RGB value is (181,63,77). Sum of RGB (Red+Green+Blue) = 181+63+77=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F4D is #4AC0B2. Grayscale: #636363. Windows color (decimal): -4898995 or 5062581. OLE color: 5062581.

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

Color convert

RGB1816377-
CMYK00.650.570.29
HSL352.88º48.36%47.84%-
HSV(B)352.88º65.19%70.98%-
XYZ22.1713.918.54-
YUV99.88115.09185.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.39%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=56.39%
G=19.63%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181637700.650.570.29352.8848.3647.84
HexB53F4D041391D1613030
Octal26577115010171355416060
Binary1011010111111110011010100000111100111101101100001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53F4D; }

 p { color: rgb(181,63,77); }

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

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

 a { background-color: rgb(181,63,77); }

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

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

 span { border-color: rgb(181,63,77); }

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