#C51B52

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

Shades of Old Rose #C51B52

Tints of Old Rose #C51B52

Color information

#C51B52 (or 0xC51B52) is unknown color: approx Old Rose. HEX triplet: C5, 1B and 52. RGB value is (197,27,82). Sum of RGB (Red+Green+Blue) = 197+27+82=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51B52 is #3AE4AD. Grayscale: #545454. Windows color (decimal): -3859630 or 5381061. OLE color: 5381061.

HSL color Cylindrical-coordinate representation of color #C51B52: hue angle of 340.59º 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 #C51B52 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB1972782-
CMYK00.860.580.23
HSL340.59º75.89%43.92%-
HSV(B)340.59º86.29%77.25%-
XYZ24.9413.269.23-
YUV84.1126.82208.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.38%
GREEN value IS 27 (10.94% from 255) = 8.82%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=64.38%
G=8.82%
B=26.80%

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
Decimal197278200.860.580.23340.5975.8943.92
HexC51B520563A171554c2c
Octal305331220126722752511454
Binary1100010111011101001001010110111010101111010101011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51B52; }

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

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

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

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

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

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

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

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