#B53359

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

Shades of Old Rose #B53359

Tints of Old Rose #B53359

Color information

#B53359 (or 0xB53359) is unknown color: approx Old Rose. HEX triplet: B5, 33 and 59. RGB value is (181,51,89). Sum of RGB (Red+Green+Blue) = 181+51+89=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B53359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53359 is #4ACCA6. Grayscale: #5E5E5E. Windows color (decimal): -4902055 or 5845941. OLE color: 5845941.

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

Color convert

RGB1815189-
CMYK00.720.510.29
HSL342.46º56.03%45.49%-
HSV(B)342.46º71.82%70.98%-
XYZ22.0412.9110.78-
YUV94.2125.07189.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.39%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=56.39%
G=15.89%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181518900.720.510.29342.4656.0345.49
HexB53359048331D156382d
Octal26563131011063355267055
Binary1011010111001110110010100100011001111101101010110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53359; }

 p { color: rgb(181,51,89); }

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

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

 a { background-color: rgb(181,51,89); }

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

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

 span { border-color: rgb(181,51,89); }

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