#C51B53

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

Shades of Old Rose #C51B53

Tints of Old Rose #C51B53

Color information

#C51B53 (or 0xC51B53) is unknown color: approx Old Rose. HEX triplet: C5, 1B and 53. RGB value is (197,27,83). Sum of RGB (Red+Green+Blue) = 197+27+83=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51B53 is #3AE4AC. Grayscale: #545454. Windows color (decimal): -3859629 or 5446597. OLE color: 5446597.

HSL color Cylindrical-coordinate representation of color #C51B53: hue angle of 340.24º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B53 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB1972783-
CMYK00.860.580.23
HSL340.24º75.89%43.92%-
HSV(B)340.24º86.29%77.25%-
XYZ24.9813.289.43-
YUV84.21127.32208.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.17%
GREEN value IS 27 (10.94% from 255) = 8.79%
BLUE value IS 83 (32.81% from 255) = 27.04%
R=64.17%
G=8.79%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197278300.860.580.23340.2475.8943.92
HexC51B530563A171544c2c
Octal305331230126722752411454
Binary1100010111011101001101010110111010101111010101001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51B53; }

 p { color: rgb(197,27,83); }

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

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

 a { background-color: rgb(197,27,83); }

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

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

 span { border-color: rgb(197,27,83); }

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