#C51F61

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

Shades of Ruby #C51F61

Tints of Ruby #C51F61

Color information

#C51F61 (or 0xC51F61) is unknown color: approx Ruby. HEX triplet: C5, 1F and 61. RGB value is (197,31,97). Sum of RGB (Red+Green+Blue) = 197+31+97=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F61 is #3AE09E. Grayscale: #585858. Windows color (decimal): -3858591 or 6365125. OLE color: 6365125.

HSL color Cylindrical-coordinate representation of color #C51F61: hue angle of 336.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F61 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB1973197-
CMYK00.840.510.23
HSL336.14º72.81%44.71%-
HSV(B)336.14º84.26%77.25%-
XYZ25.6713.7112.6-
YUV88.16133205.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.62%
GREEN value IS 31 (12.5% from 255) = 9.54%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=60.62%
G=9.54%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197319700.840.510.23336.1472.8144.71
HexC51F610543317150492d
Octal305371410124632752011155
Binary1100010111111110000101010100110011101111010100001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51F61; }

 p { color: rgb(197,31,97); }

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

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

 a { background-color: rgb(197,31,97); }

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

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

 span { border-color: rgb(197,31,97); }

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